#37254C

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

Shades of Jagger #37254C

Tints of Jagger #37254C

Color information

#37254C (or 0x37254C) is unknown color: approx Jagger. HEX triplet: 37, 25 and 4C. RGB value is (55,37,76). Sum of RGB (Red+Green+Blue) = 55+37+76=168 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.74% from 168); Green value is 37 (14.84% from 255 or 22.02% from 168); Blue value is 76 (30.08% from 255 or 45.24% from 168); Max value from RGB is 76 - color contains mainly: blue. Hex color #37254C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37254C is #C8DAB3. Grayscale: #2E2E2E. Windows color (decimal): -13163188 or 4990263. OLE color: 4990263.

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

Color convert

RGB553776-
CMYK0.280.5100.70
HSL267.69º34.51%22.16%-
HSV(B)267.69º51.32%29.8%-
XYZ3.542.667.16-
YUV46.83144.46133.83-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 32.74%
GREEN value IS 37 (14.84% from 255) = 22.02%
BLUE value IS 76 (30.08% from 255) = 45.24%
R=32.74%
G=22.02%
B=45.24%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5537760.280.5100.70267.6934.5122.16
Hex37254C1C3304610c2316
Octal6745114346301064144326
Binary1101111001011001100111001100110100011010000110010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37254C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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