#37244D

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

Shades of Jagger #37244D

Tints of Jagger #37244D

Color information

#37244D (or 0x37244D) is unknown color: approx Jagger. HEX triplet: 37, 24 and 4D. RGB value is (55,36,77). Sum of RGB (Red+Green+Blue) = 55+36+77=168 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.74% from 168); Green value is 36 (14.45% from 255 or 21.43% from 168); Blue value is 77 (30.47% from 255 or 45.83% from 168); Max value from RGB is 77 - color contains mainly: blue. Hex color #37244D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37244D is #C8DBB2. Grayscale: #2E2E2E. Windows color (decimal): -13163443 or 5055543. OLE color: 5055543.

HSL color Cylindrical-coordinate representation of color #37244D: hue angle of 267.8º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #37244D is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB553677-
CMYK0.290.5300.70
HSL267.8º36.28%22.16%-
HSV(B)267.8º53.25%30.2%-
XYZ3.552.617.34-
YUV46.36145.29134.17-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 32.74%
GREEN value IS 36 (14.45% from 255) = 21.43%
BLUE value IS 77 (30.47% from 255) = 45.83%
R=32.74%
G=21.43%
B=45.83%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5536770.290.5300.70267.836.2822.16
Hex37244D1D3504610c2416
Octal6744115356501064144426
Binary1101111001001001101111011101010100011010000110010010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37244D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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