#372047

Color #372047 Jagger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagger #372047

Tints of Jagger #372047

Color information

#372047 (or 0x372047) is unknown color: approx Jagger. HEX triplet: 37, 20 and 47. RGB value is (55,32,71). Sum of RGB (Red+Green+Blue) = 55+32+71=158 (20% of max value = 765). Red value is 55 (21.88% from 255 or 34.81% from 158); Green value is 32 (12.89% from 255 or 20.25% from 158); Blue value is 71 (28.12% from 255 or 44.94% from 158); Max value from RGB is 71 - color contains mainly: blue. Hex color #372047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372047 is #C8DFB8. Grayscale: #2B2B2B. Windows color (decimal): -13164473 or 4661303. OLE color: 4661303.

HSL color Cylindrical-coordinate representation of color #372047: hue angle of 275.38º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #372047 is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB553271-
CMYK0.230.5500.72
HSL275.38º37.86%20.2%-
HSV(B)275.38º54.93%27.84%-
XYZ3.232.36.24-
YUV43.32143.62136.33-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 34.81%
GREEN value IS 32 (12.89% from 255) = 20.25%
BLUE value IS 71 (28.12% from 255) = 44.94%
R=34.81%
G=20.25%
B=44.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5532710.230.5500.72275.3837.8620.2
Hex37204717370481132614
Octal6740107276701104234624
Binary1101111000001000111101111101110100100010001001110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372047; }

 p { color: rgb(55,32,71); }

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

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

 a { background-color: rgb(55,32,71); }

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

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

 span { border-color: rgb(55,32,71); }

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