#323EB6

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

Shades of Persian Blue #323EB6

Tints of Persian Blue #323EB6

Color information

#323EB6 (or 0x323EB6) is unknown color: approx Persian Blue. HEX triplet: 32, 3E and B6. RGB value is (50,62,182). Sum of RGB (Red+Green+Blue) = 50+62+182=294 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.01% from 294); Green value is 62 (24.61% from 255 or 21.09% from 294); Blue value is 182 (71.48% from 255 or 61.90% from 294); Max value from RGB is 182 - color contains mainly: blue. Hex color #323EB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323EB6 is #CDC149. Grayscale: #474747. Windows color (decimal): -13484362 or 11943474. OLE color: 11943474.

HSL color Cylindrical-coordinate representation of color #323EB6: hue angle of 234.55º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #323EB6 is Cyan = 0.73, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5062182-
CMYK0.730.6600.29
HSL234.55º56.9%45.49%-
HSV(B)234.55º72.53%71.37%-
XYZ11.487.545.1-
YUV72.09190.02112.24-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.01%
GREEN value IS 62 (24.61% from 255) = 21.09%
BLUE value IS 182 (71.48% from 255) = 61.90%
R=17.01%
G=21.09%
B=61.90%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal50621820.730.6600.29234.5556.945.49
Hex323EB6494201Deb392d
Octal62762661111020353537155
Binary110010111110101101101001001100001001110111101011111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323EB6; }

 p { color: rgb(50,62,182); }

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

<style>
 a { background-color: #323EB6; }

 a { background-color: rgb(50,62,182); }

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

<style>
 span { border-color: #323EB6; }

 span { border-color: rgb(50,62,182); }

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