#37204E

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

Shades of Jagger #37204E

Tints of Jagger #37204E

Color information

#37204E (or 0x37204E) is unknown color: approx Jagger. HEX triplet: 37, 20 and 4E. RGB value is (55,32,78). Sum of RGB (Red+Green+Blue) = 55+32+78=165 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.33% from 165); Green value is 32 (12.89% from 255 or 19.39% from 165); Blue value is 78 (30.86% from 255 or 47.27% from 165); Max value from RGB is 78 - color contains mainly: blue. Hex color #37204E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37204E is #C8DFB1. Grayscale: #2B2B2B. Windows color (decimal): -13164466 or 5120055. OLE color: 5120055.

HSL color Cylindrical-coordinate representation of color #37204E: hue angle of 270º 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 #37204E is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB553278-
CMYK0.290.5900.69
HSL270º41.82%21.57%-
HSV(B)270º58.97%30.59%-
XYZ3.472.47.49-
YUV44.12147.12135.76-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 33.33%
GREEN value IS 32 (12.89% from 255) = 19.39%
BLUE value IS 78 (30.86% from 255) = 47.27%
R=33.33%
G=19.39%
B=47.27%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5532780.290.5900.6927041.8221.57
Hex37204E1D3B04510e2a16
Octal6740116357301054165226
Binary1101111000001001110111011110110100010110000111010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37204E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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