#323FA8

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

Shades of Persian Blue #323FA8

Tints of Persian Blue #323FA8

Color information

#323FA8 (or 0x323FA8) is unknown color: approx Persian Blue. HEX triplet: 32, 3F and A8. RGB value is (50,63,168). Sum of RGB (Red+Green+Blue) = 50+63+168=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 63 (25% from 255 or 22.42% from 281); Blue value is 168 (66.02% from 255 or 59.79% from 281); Max value from RGB is 168 - color contains mainly: blue. Hex color #323FA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323FA8 is #CDC057. Grayscale: #464646. Windows color (decimal): -13484120 or 11026226. OLE color: 11026226.

HSL color Cylindrical-coordinate representation of color #323FA8: hue angle of 233.39º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #323FA8 is Cyan = 0.70, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB5063168-
CMYK0.700.6300.34
HSL233.39º54.13%42.75%-
HSV(B)233.39º70.24%65.88%-
XYZ10.167.0637.87-
YUV71.08182.69112.96-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.79%
GREEN value IS 63 (25% from 255) = 22.42%
BLUE value IS 168 (66.02% from 255) = 59.79%
R=17.79%
G=22.42%
B=59.79%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal50631680.700.6300.34233.3954.1342.75
Hex323FA8463F022e9362b
Octal6277250106770423516653
Binary110010111111101010001000110111111010001011101001110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,63,168); }

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

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

 a { background-color: rgb(50,63,168); }

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

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

 span { border-color: rgb(50,63,168); }

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