#372546

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

Shades of Jagger #372546

Tints of Jagger #372546

Color information

#372546 (or 0x372546) is unknown color: approx Jagger. HEX triplet: 37, 25 and 46. RGB value is (55,37,70). Sum of RGB (Red+Green+Blue) = 55+37+70=162 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.95% from 162); Green value is 37 (14.84% from 255 or 22.84% from 162); Blue value is 70 (27.73% from 255 or 43.21% from 162); Max value from RGB is 70 - color contains mainly: blue. Hex color #372546 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372546 is #C8DAB9. Grayscale: #2E2E2E. Windows color (decimal): -13163194 or 4597047. OLE color: 4597047.

HSL color Cylindrical-coordinate representation of color #372546: hue angle of 272.73º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #372546 is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB553770-
CMYK0.210.4700.73
HSL272.73º30.84%20.98%-
HSV(B)272.73º47.14%27.45%-
XYZ3.342.586.12-
YUV46.14141.46134.32-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 33.95%
GREEN value IS 37 (14.84% from 255) = 22.84%
BLUE value IS 70 (27.73% from 255) = 43.21%
R=33.95%
G=22.84%
B=43.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5537700.210.4700.73272.7330.8420.98
Hex372546152F0491111f15
Octal6745106255701114213725
Binary110111100101100011010101101111010010011000100011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372546; }

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

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

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

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

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

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

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

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