#372DB4

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

Shades of Persian Blue #372DB4

Tints of Persian Blue #372DB4

Color information

#372DB4 (or 0x372DB4) is unknown color: approx Persian Blue. HEX triplet: 37, 2D and B4. RGB value is (55,45,180). Sum of RGB (Red+Green+Blue) = 55+45+180=280 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.64% from 280); Green value is 45 (17.97% from 255 or 16.07% from 280); Blue value is 180 (70.70% from 255 or 64.29% from 280); Max value from RGB is 180 - color contains mainly: blue. Hex color #372DB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #372DB4 is #C8D24B. Grayscale: #3E3E3E. Windows color (decimal): -13161036 or 11808055. OLE color: 11808055.

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

Color convert

RGB5545180-
CMYK0.690.7500.29
HSL244.44º60%44.12%-
HSV(B)244.44º75%70.59%-
XYZ10.755.9843.77-
YUV63.38193.81122.02-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.64%
GREEN value IS 45 (17.97% from 255) = 16.07%
BLUE value IS 180 (70.70% from 255) = 64.29%
R=19.64%
G=16.07%
B=64.29%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal55451800.690.7500.29244.446044.12
Hex372DB4454B01Df43c2c
Octal67552641051130353647454
Binary110111101101101101001000101100101101110111110100111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,45,180); }

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

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

 a { background-color: rgb(55,45,180); }

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

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

 span { border-color: rgb(55,45,180); }

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