#372649

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

Shades of Jagger #372649

Tints of Jagger #372649

Color information

#372649 (or 0x372649) is unknown color: approx Jagger. HEX triplet: 37, 26 and 49. RGB value is (55,38,73). Sum of RGB (Red+Green+Blue) = 55+38+73=166 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.13% from 166); Green value is 38 (15.23% from 255 or 22.89% from 166); Blue value is 73 (28.91% from 255 or 43.98% from 166); Max value from RGB is 73 - color contains mainly: blue. Hex color #372649 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372649 is #C8D9B6. Grayscale: #2E2E2E. Windows color (decimal): -13162935 or 4793911. OLE color: 4793911.

HSL color Cylindrical-coordinate representation of color #372649: hue angle of 269.14º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #372649 is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB553873-
CMYK0.250.4800.71
HSL269.14º31.53%21.76%-
HSV(B)269.14º47.95%28.63%-
XYZ3.472.686.64-
YUV47.07142.63133.65-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 33.13%
GREEN value IS 38 (15.23% from 255) = 22.89%
BLUE value IS 73 (28.91% from 255) = 43.98%
R=33.13%
G=22.89%
B=43.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5538730.250.4800.71269.1431.5321.76
Hex372649193004710d2016
Octal6746111316001074154026
Binary1101111001101001001110011100000100011110000110110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372649; }

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

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

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

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

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

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

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

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