#3732CE

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

Shades of Persian Blue #3732CE

Tints of Persian Blue #3732CE

Color information

#3732CE (or 0x3732CE) is unknown color: approx Persian Blue. HEX triplet: 37, 32 and CE. RGB value is (55,50,206). Sum of RGB (Red+Green+Blue) = 55+50+206=311 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.68% from 311); Green value is 50 (19.92% from 255 or 16.08% from 311); Blue value is 206 (80.86% from 255 or 66.24% from 311); Max value from RGB is 206 - color contains mainly: blue. Hex color #3732CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3732CE is #C8CD31. Grayscale: #444444. Windows color (decimal): -13159730 or 13513271. OLE color: 13513271.

HSL color Cylindrical-coordinate representation of color #3732CE: hue angle of 241.92º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3732CE is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB5550206-
CMYK0.730.7600.19
HSL241.92º61.42%50.2%-
HSV(B)241.92º75.73%80.78%-
XYZ13.867.5559.12-
YUV69.28205.16117.82-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.68%
GREEN value IS 50 (19.92% from 255) = 16.08%
BLUE value IS 206 (80.86% from 255) = 66.24%
R=17.68%
G=16.08%
B=66.24%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal55502060.730.7600.19241.9261.4250.2
Hex3732CE494C013f23d32
Octal67623161111140233627562
Binary110111110010110011101001001100110001001111110010111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3732CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3732CE; }

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

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

<style>
 a { background-color: #3732CE; }

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

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

<style>
 span { border-color: #3732CE; }

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

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