#3237CC

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

Shades of Persian Blue #3237CC

Tints of Persian Blue #3237CC

Color information

#3237CC (or 0x3237CC) is unknown color: approx Persian Blue. HEX triplet: 32, 37 and CC. RGB value is (50,55,204). Sum of RGB (Red+Green+Blue) = 50+55+204=309 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.18% from 309); Green value is 55 (21.88% from 255 or 17.80% from 309); Blue value is 204 (80.08% from 255 or 66.02% from 309); Max value from RGB is 204 - color contains mainly: blue. Hex color #3237CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3237CC is #CDC833. Grayscale: #454545. Windows color (decimal): -13486132 or 13383474. OLE color: 13383474.

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

Color convert

RGB5055204-
CMYK0.750.7300.2
HSL238.05º60.63%49.8%-
HSV(B)238.05º75.49%80%-
XYZ13.587.7757.91-
YUV70.49203.34113.38-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.18%
GREEN value IS 55 (21.88% from 255) = 17.80%
BLUE value IS 204 (80.08% from 255) = 66.02%
R=16.18%
G=17.80%
B=66.02%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal50552040.750.7300.2238.0560.6349.8
Hex3237CC4B49014ee3d32
Octal62673141131110243567562
Binary110010110111110011001001011100100101010011101110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3237CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3237CC; }

 p { color: rgb(50,55,204); }

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

<style>
 a { background-color: #3237CC; }

 a { background-color: rgb(50,55,204); }

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

<style>
 span { border-color: #3237CC; }

 span { border-color: rgb(50,55,204); }

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