#37224C

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

Shades of Jagger #37224C

Tints of Jagger #37224C

Color information

#37224C (or 0x37224C) is unknown color: approx Jagger. HEX triplet: 37, 22 and 4C. RGB value is (55,34,76). Sum of RGB (Red+Green+Blue) = 55+34+76=165 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.33% from 165); Green value is 34 (13.67% from 255 or 20.61% from 165); Blue value is 76 (30.08% from 255 or 46.06% from 165); Max value from RGB is 76 - color contains mainly: blue. Hex color #37224C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37224C is #C8DDB3. Grayscale: #2C2C2C. Windows color (decimal): -13163956 or 4989495. OLE color: 4989495.

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

Color convert

RGB553476-
CMYK0.280.5500.70
HSL270º38.18%21.57%-
HSV(B)270º55.26%29.8%-
XYZ3.452.487.13-
YUV45.07145.46135.08-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 33.33%
GREEN value IS 34 (13.67% from 255) = 20.61%
BLUE value IS 76 (30.08% from 255) = 46.06%
R=33.33%
G=20.61%
B=46.06%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5534760.280.5500.7027038.1821.57
Hex37224C1C3704610e2616
Octal6742114346701064164626
Binary1101111000101001100111001101110100011010000111010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37224C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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