#3332CD

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

Shades of Persian Blue #3332CD

Tints of Persian Blue #3332CD

Color information

#3332CD (or 0x3332CD) is unknown color: approx Persian Blue. HEX triplet: 33, 32 and CD. RGB value is (51,50,205). Sum of RGB (Red+Green+Blue) = 51+50+205=306 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.67% from 306); Green value is 50 (19.92% from 255 or 16.34% from 306); Blue value is 205 (80.47% from 255 or 66.99% from 306); Max value from RGB is 205 - color contains mainly: blue. Hex color #3332CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3332CD is #CCCD32. Grayscale: #434343. Windows color (decimal): -13421875 or 13447731. OLE color: 13447731.

HSL color Cylindrical-coordinate representation of color #3332CD: hue angle of 240.39º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3332CD is Cyan = 0.75, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB5150205-
CMYK0.750.7600.20
HSL240.39º60.78%50%-
HSV(B)240.39º75.61%80.39%-
XYZ13.537.3958.47-
YUV67.97205.33115.9-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.67%
GREEN value IS 50 (19.92% from 255) = 16.34%
BLUE value IS 205 (80.47% from 255) = 66.99%
R=16.67%
G=16.34%
B=66.99%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal51502050.750.7600.20240.3960.7850
Hex3332CD4B4C014f03d32
Octal63623151131140243607562
Binary110011110010110011011001011100110001010011110000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3332CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3332CD; }

 p { color: rgb(51,50,205); }

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

<style>
 a { background-color: #3332CD; }

 a { background-color: rgb(51,50,205); }

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

<style>
 span { border-color: #3332CD; }

 span { border-color: rgb(51,50,205); }

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