#323FB8

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

Shades of Persian Blue #323FB8

Tints of Persian Blue #323FB8

Color information

#323FB8 (or 0x323FB8) is unknown color: approx Persian Blue. HEX triplet: 32, 3F and B8. RGB value is (50,63,184). Sum of RGB (Red+Green+Blue) = 50+63+184=297 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.84% from 297); Green value is 63 (25% from 255 or 21.21% from 297); Blue value is 184 (72.27% from 255 or 61.95% from 297); Max value from RGB is 184 - color contains mainly: blue. Hex color #323FB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323FB8 is #CDC047. Grayscale: #484848. Windows color (decimal): -13484104 or 12074802. OLE color: 12074802.

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

Color convert

RGB5063184-
CMYK0.730.6600.28
HSL234.18º57.26%45.88%-
HSV(B)234.18º72.83%72.16%-
XYZ11.747.6946.21-
YUV72.91190.69111.66-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.84%
GREEN value IS 63 (25% from 255) = 21.21%
BLUE value IS 184 (72.27% from 255) = 61.95%
R=16.84%
G=21.21%
B=61.95%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal50631840.730.6600.28234.1857.2645.88
Hex323FB8494201Cea392e
Octal62772701111020343527156
Binary110010111111101110001001001100001001110011101010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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