#37204F

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

Shades of Jagger #37204F

Tints of Jagger #37204F

Color information

#37204F (or 0x37204F) is unknown color: approx Jagger. HEX triplet: 37, 20 and 4F. RGB value is (55,32,79). Sum of RGB (Red+Green+Blue) = 55+32+79=166 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.13% from 166); Green value is 32 (12.89% from 255 or 19.28% from 166); Blue value is 79 (31.25% from 255 or 47.59% from 166); Max value from RGB is 79 - color contains mainly: blue. Hex color #37204F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37204F is #C8DFB0. Grayscale: #2C2C2C. Windows color (decimal): -13164465 or 5185591. OLE color: 5185591.

HSL color Cylindrical-coordinate representation of color #37204F: hue angle of 269.36º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #37204F is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB553279-
CMYK0.300.5900.69
HSL269.36º42.34%21.76%-
HSV(B)269.36º59.49%30.98%-
XYZ3.52.417.68-
YUV44.24147.62135.68-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 33.13%
GREEN value IS 32 (12.89% from 255) = 19.28%
BLUE value IS 79 (31.25% from 255) = 47.59%
R=33.13%
G=19.28%
B=47.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5532790.300.5900.69269.3642.3421.76
Hex37204F1E3B04510d2a16
Octal6740117367301054155226
Binary1101111000001001111111101110110100010110000110110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37204F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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