#372CB6

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

Shades of Persian Blue #372CB6

Tints of Persian Blue #372CB6

Color information

#372CB6 (or 0x372CB6) is unknown color: approx Persian Blue. HEX triplet: 37, 2C and B6. RGB value is (55,44,182). Sum of RGB (Red+Green+Blue) = 55+44+182=281 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.57% from 281); Green value is 44 (17.58% from 255 or 15.66% from 281); Blue value is 182 (71.48% from 255 or 64.77% from 281); Max value from RGB is 182 - color contains mainly: blue. Hex color #372CB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #372CB6 is #C8D349. Grayscale: #3E3E3E. Windows color (decimal): -13161290 or 11938871. OLE color: 11938871.

HSL color Cylindrical-coordinate representation of color #372CB6: hue angle of 244.78º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #372CB6 is Cyan = 0.70, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5544182-
CMYK0.700.7600.29
HSL244.78º61.06%44.31%-
HSV(B)244.78º75.82%71.37%-
XYZ10.925.9944.84-
YUV63.02195.14122.28-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.57%
GREEN value IS 44 (17.58% from 255) = 15.66%
BLUE value IS 182 (71.48% from 255) = 64.77%
R=19.57%
G=15.66%
B=64.77%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal55441820.700.7600.29244.7861.0644.31
Hex372CB6464C01Df53d2c
Octal67542661061140353657554
Binary110111101100101101101000110100110001110111110101111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,44,182); }

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

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

 a { background-color: rgb(55,44,182); }

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

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

 span { border-color: rgb(55,44,182); }

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