#302CBB

Color #302CBB Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #302CBB

Tints of Persian Blue #302CBB

Color information

#302CBB (or 0x302CBB) is unknown color: approx Persian Blue. HEX triplet: 30, 2C and BB. RGB value is (48,44,187). Sum of RGB (Red+Green+Blue) = 48+44+187=279 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.20% from 279); Green value is 44 (17.58% from 255 or 15.77% from 279); Blue value is 187 (73.44% from 255 or 67.03% from 279); Max value from RGB is 187 - color contains mainly: blue. Hex color #302CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302CBB is #CFD344. Grayscale: #3C3C3C. Windows color (decimal): -13620037 or 12266544. OLE color: 12266544.

HSL color Cylindrical-coordinate representation of color #302CBB: hue angle of 241.68º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #302CBB is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4844187-
CMYK0.740.7600.27
HSL241.68º61.9%45.29%-
HSV(B)241.68º76.47%73.33%-
XYZ11.096.0247.59-
YUV61.5198.83118.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 17.20%
GREEN value IS 44 (17.58% from 255) = 15.77%
BLUE value IS 187 (73.44% from 255) = 67.03%
R=17.20%
G=15.77%
B=67.03%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal48441870.740.7600.27241.6861.945.29
Hex302CBB4A4C01Bf23e2d
Octal60542731121140333627655
Binary110000101100101110111001010100110001101111110010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302CBB; }

 p { color: rgb(48,44,187); }

 H1.HeaderClassName
 {
   color: #302CBB;
 }
 .AnyTagClassName
 {
   color: #302CBB;
 }
</style>
background-color css

<style>
 a { background-color: #302CBB; }

 a { background-color: rgb(48,44,187); }

 div.DivClassName
 {
   background-color: #302CBB;
 }
 .BgClassName
 {
   background-color: #302CBB;
 }
</style>
border-color css

<style>
 span { border-color: #302CBB; }

 span { border-color: rgb(48,44,187); }

 td.TdClassName
 {
   border-color: #302CBB;
 }
 .TagClassName
 {
   border-color: #302CBB;
 }
</style>