#323BB4

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

Shades of Persian Blue #323BB4

Tints of Persian Blue #323BB4

Color information

#323BB4 (or 0x323BB4) is unknown color: approx Persian Blue. HEX triplet: 32, 3B and B4. RGB value is (50,59,180). Sum of RGB (Red+Green+Blue) = 50+59+180=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 59 (23.44% from 255 or 20.42% from 289); Blue value is 180 (70.70% from 255 or 62.28% from 289); Max value from RGB is 180 - color contains mainly: blue. Hex color #323BB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323BB4 is #CDC44B. Grayscale: #454545. Windows color (decimal): -13485132 or 11811634. OLE color: 11811634.

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

Color convert

RGB5059180-
CMYK0.720.6700.29
HSL235.85º56.52%45.1%-
HSV(B)235.85º72.22%70.59%-
XYZ11.127.143.96-
YUV70.1190.02113.66-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.30%
GREEN value IS 59 (23.44% from 255) = 20.42%
BLUE value IS 180 (70.70% from 255) = 62.28%
R=17.30%
G=20.42%
B=62.28%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal50591800.720.6700.29235.8556.5245.1
Hex323BB4484301Dec392d
Octal62732641101030353547155
Binary110010111011101101001001000100001101110111101100111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,59,180); }

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

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

 a { background-color: rgb(50,59,180); }

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

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

 span { border-color: rgb(50,59,180); }

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