#3324B8

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

Shades of Persian Blue #3324B8

Tints of Persian Blue #3324B8

Color information

#3324B8 (or 0x3324B8) is unknown color: approx Persian Blue. HEX triplet: 33, 24 and B8. RGB value is (51,36,184). Sum of RGB (Red+Green+Blue) = 51+36+184=271 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.82% from 271); Green value is 36 (14.45% from 255 or 13.28% from 271); Blue value is 184 (72.27% from 255 or 67.90% from 271); Max value from RGB is 184 - color contains mainly: blue. Hex color #3324B8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3324B8 is #CCDB47. Grayscale: #383838. Windows color (decimal): -13425480 or 12067891. OLE color: 12067891.

HSL color Cylindrical-coordinate representation of color #3324B8: hue angle of 246.08º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3324B8 is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB5136184-
CMYK0.720.8000.28
HSL246.08º67.27%43.14%-
HSV(B)246.08º80.43%72.16%-
XYZ10.655.4345.83-
YUV57.36199.47123.47-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.82%
GREEN value IS 36 (14.45% from 255) = 13.28%
BLUE value IS 184 (72.27% from 255) = 67.90%
R=18.82%
G=13.28%
B=67.90%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal51361840.720.8000.28246.0867.2743.14
Hex3324B8485001Cf6432b
Octal634427011012003436610353
Binary1100111001001011100010010001010000011100111101101000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3324B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3324B8; }

 p { color: rgb(51,36,184); }

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

<style>
 a { background-color: #3324B8; }

 a { background-color: rgb(51,36,184); }

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

<style>
 span { border-color: #3324B8; }

 span { border-color: rgb(51,36,184); }

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