#37244A

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

Shades of Jagger #37244A

Tints of Jagger #37244A

Color information

#37244A (or 0x37244A) is unknown color: approx Jagger. HEX triplet: 37, 24 and 4A. RGB value is (55,36,74). Sum of RGB (Red+Green+Blue) = 55+36+74=165 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.33% from 165); Green value is 36 (14.45% from 255 or 21.82% from 165); Blue value is 74 (29.30% from 255 or 44.85% from 165); Max value from RGB is 74 - color contains mainly: blue. Hex color #37244A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37244A is #C8DBB5. Grayscale: #2D2D2D. Windows color (decimal): -13163446 or 4858935. OLE color: 4858935.

HSL color Cylindrical-coordinate representation of color #37244A: hue angle of 270º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #37244A is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB553674-
CMYK0.260.5100.71
HSL270º34.55%21.57%-
HSV(B)270º51.35%29.02%-
XYZ3.442.576.79-
YUV46.01143.79134.41-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 33.33%
GREEN value IS 36 (14.45% from 255) = 21.82%
BLUE value IS 74 (29.30% from 255) = 44.85%
R=33.33%
G=21.82%
B=44.85%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5536740.260.5100.7127034.5521.57
Hex37244A1A3304710e2316
Octal6744112326301074164326
Binary1101111001001001010110101100110100011110000111010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37244A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37244A; }

 p { color: rgb(55,36,74); }

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

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

 a { background-color: rgb(55,36,74); }

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

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

 span { border-color: rgb(55,36,74); }

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