#37204C

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

Shades of Jagger #37204C

Tints of Jagger #37204C

Color information

#37204C (or 0x37204C) is unknown color: approx Jagger. HEX triplet: 37, 20 and 4C. RGB value is (55,32,76). Sum of RGB (Red+Green+Blue) = 55+32+76=163 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.74% from 163); Green value is 32 (12.89% from 255 or 19.63% from 163); Blue value is 76 (30.08% from 255 or 46.63% from 163); Max value from RGB is 76 - color contains mainly: blue. Hex color #37204C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37204C is #C8DFB3. Grayscale: #2B2B2B. Windows color (decimal): -13164468 or 4988983. OLE color: 4988983.

HSL color Cylindrical-coordinate representation of color #37204C: hue angle of 271.36º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #37204C is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB553276-
CMYK0.280.5800.70
HSL271.36º40.74%21.18%-
HSV(B)271.36º57.89%29.8%-
XYZ3.42.377.12-
YUV43.89146.12135.92-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 33.74%
GREEN value IS 32 (12.89% from 255) = 19.63%
BLUE value IS 76 (30.08% from 255) = 46.63%
R=33.74%
G=19.63%
B=46.63%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5532760.280.5800.70271.3640.7421.18
Hex37204C1C3A04610f2915
Octal6740114347201064175125
Binary1101111000001001100111001110100100011010000111110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37204C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37204C; }

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

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

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

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

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

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

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

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