#37264C

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

Shades of Jagger #37264C

Tints of Jagger #37264C

Color information

#37264C (or 0x37264C) is unknown color: approx Jagger. HEX triplet: 37, 26 and 4C. RGB value is (55,38,76). Sum of RGB (Red+Green+Blue) = 55+38+76=169 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.54% from 169); Green value is 38 (15.23% from 255 or 22.49% from 169); Blue value is 76 (30.08% from 255 or 44.97% from 169); Max value from RGB is 76 - color contains mainly: blue. Hex color #37264C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37264C is #C8D9B3. Grayscale: #2F2F2F. Windows color (decimal): -13162932 or 4990519. OLE color: 4990519.

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

Color convert

RGB553876-
CMYK0.280.500.70
HSL266.84º33.33%22.35%-
HSV(B)266.84º50%29.8%-
XYZ3.572.727.17-
YUV47.42144.13133.41-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 32.54%
GREEN value IS 38 (15.23% from 255) = 22.49%
BLUE value IS 76 (30.08% from 255) = 44.97%
R=32.54%
G=22.49%
B=44.97%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5538760.280.500.70266.8433.3322.35
Hex37264C1C3204610b2116
Octal6746114346201064134126
Binary1101111001101001100111001100100100011010000101110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37264C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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