#372644

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

Shades of Jagger #372644

Tints of Jagger #372644

Color information

#372644 (or 0x372644) is unknown color: approx Jagger. HEX triplet: 37, 26 and 44. RGB value is (55,38,68). Sum of RGB (Red+Green+Blue) = 55+38+68=161 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.16% from 161); Green value is 38 (15.23% from 255 or 23.60% from 161); Blue value is 68 (26.95% from 255 or 42.24% from 161); Max value from RGB is 68 - color contains mainly: blue. Hex color #372644 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372644 is #C8D9BB. Grayscale: #2E2E2E. Windows color (decimal): -13162940 or 4466231. OLE color: 4466231.

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

Color convert

RGB553868-
CMYK0.190.4400.73
HSL274º28.3%20.78%-
HSV(B)274º44.12%26.67%-
XYZ3.312.625.8-
YUV46.5140.13134.06-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 34.16%
GREEN value IS 38 (15.23% from 255) = 23.60%
BLUE value IS 68 (26.95% from 255) = 42.24%
R=34.16%
G=23.60%
B=42.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5538680.190.4400.7327428.320.78
Hex372644132C0491121c15
Octal6746104235401114223425
Binary110111100110100010010011101100010010011000100101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372644; }

 p { color: rgb(55,38,68); }

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

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

 a { background-color: rgb(55,38,68); }

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

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

 span { border-color: rgb(55,38,68); }

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