#372FCF

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

Shades of Persian Blue #372FCF

Tints of Persian Blue #372FCF

Color information

#372FCF (or 0x372FCF) is unknown color: approx Persian Blue. HEX triplet: 37, 2F and CF. RGB value is (55,47,207). Sum of RGB (Red+Green+Blue) = 55+47+207=309 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.80% from 309); Green value is 47 (18.75% from 255 or 15.21% from 309); Blue value is 207 (81.25% from 255 or 66.99% from 309); Max value from RGB is 207 - color contains mainly: blue. Hex color #372FCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #372FCF is #C8D030. Grayscale: #434343. Windows color (decimal): -13160497 or 13578039. OLE color: 13578039.

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

Color convert

RGB5547207-
CMYK0.730.7700.19
HSL243º62.99%49.8%-
HSV(B)243º77.29%81.18%-
XYZ13.857.3559.72-
YUV67.63206.65118.99-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.80%
GREEN value IS 47 (18.75% from 255) = 15.21%
BLUE value IS 207 (81.25% from 255) = 66.99%
R=17.80%
G=15.21%
B=66.99%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal55472070.730.7700.1924362.9949.8
Hex372FCF494D013f33f32
Octal67573171111150233637762
Binary110111101111110011111001001100110101001111110011111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372FCF; }

 p { color: rgb(55,47,207); }

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

<style>
 a { background-color: #372FCF; }

 a { background-color: rgb(55,47,207); }

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

<style>
 span { border-color: #372FCF; }

 span { border-color: rgb(55,47,207); }

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