#372547

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

Shades of Jagger #372547

Tints of Jagger #372547

Color information

#372547 (or 0x372547) is unknown color: approx Jagger. HEX triplet: 37, 25 and 47. RGB value is (55,37,71). Sum of RGB (Red+Green+Blue) = 55+37+71=163 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.74% from 163); Green value is 37 (14.84% from 255 or 22.70% from 163); Blue value is 71 (28.12% from 255 or 43.56% from 163); Max value from RGB is 71 - color contains mainly: blue. Hex color #372547 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372547 is #C8DAB8. Grayscale: #2E2E2E. Windows color (decimal): -13163193 or 4662583. OLE color: 4662583.

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

Color convert

RGB553771-
CMYK0.230.4800.72
HSL271.76º31.48%21.18%-
HSV(B)271.76º47.89%27.84%-
XYZ3.372.596.28-
YUV46.26141.96134.24-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 33.74%
GREEN value IS 37 (14.84% from 255) = 22.70%
BLUE value IS 71 (28.12% from 255) = 43.56%
R=33.74%
G=22.70%
B=43.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5537710.230.4800.72271.7631.4821.18
Hex37254717300481101f15
Octal6745107276001104203725
Binary110111100101100011110111110000010010001000100001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372547; }

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

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

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

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

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

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

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

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