#372CAE

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

Shades of Persian Blue #372CAE

Tints of Persian Blue #372CAE

Color information

#372CAE (or 0x372CAE) is unknown color: approx Persian Blue. HEX triplet: 37, 2C and AE. RGB value is (55,44,174). Sum of RGB (Red+Green+Blue) = 55+44+174=273 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.15% from 273); Green value is 44 (17.58% from 255 or 16.12% from 273); Blue value is 174 (68.36% from 255 or 63.74% from 273); Max value from RGB is 174 - color contains mainly: blue. Hex color #372CAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372CAE is #C8D351. Grayscale: #3D3D3D. Windows color (decimal): -13161298 or 11414583. OLE color: 11414583.

HSL color Cylindrical-coordinate representation of color #372CAE: hue angle of 245.08º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #372CAE is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5544174-
CMYK0.680.7500.32
HSL245.08º59.63%42.75%-
HSV(B)245.08º74.71%68.24%-
XYZ10.125.6740.61-
YUV62.11191.14122.93-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.15%
GREEN value IS 44 (17.58% from 255) = 16.12%
BLUE value IS 174 (68.36% from 255) = 63.74%
R=20.15%
G=16.12%
B=63.74%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal55441740.680.7500.32245.0859.6342.75
Hex372CAE444B020f53c2b
Octal67542561041130403657453
Binary1101111011001010111010001001001011010000011110101111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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