#372CC4

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

Shades of Persian Blue #372CC4

Tints of Persian Blue #372CC4

Color information

#372CC4 (or 0x372CC4) is unknown color: approx Persian Blue. HEX triplet: 37, 2C and C4. RGB value is (55,44,196). Sum of RGB (Red+Green+Blue) = 55+44+196=295 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.64% from 295); Green value is 44 (17.58% from 255 or 14.92% from 295); Blue value is 196 (76.95% from 255 or 66.44% from 295); Max value from RGB is 196 - color contains mainly: blue. Hex color #372CC4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #372CC4 is #C8D33B. Grayscale: #404040. Windows color (decimal): -13161276 or 12856375. OLE color: 12856375.

HSL color Cylindrical-coordinate representation of color #372CC4: hue angle of 244.34º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #372CC4 is Cyan = 0.72, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB5544196-
CMYK0.720.7800.23
HSL244.34º63.33%47.06%-
HSV(B)244.34º77.55%76.86%-
XYZ12.446.652.84-
YUV64.62202.14121.14-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.64%
GREEN value IS 44 (17.58% from 255) = 14.92%
BLUE value IS 196 (76.95% from 255) = 66.44%
R=18.64%
G=14.92%
B=66.44%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal55441960.720.7800.23244.3463.3347.06
Hex372CC4484E017f43f2f
Octal67543041101160273647757
Binary110111101100110001001001000100111001011111110100111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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