#37234D

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

Shades of Jagger #37234D

Tints of Jagger #37234D

Color information

#37234D (or 0x37234D) is unknown color: approx Jagger. HEX triplet: 37, 23 and 4D. RGB value is (55,35,77). Sum of RGB (Red+Green+Blue) = 55+35+77=167 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.93% from 167); Green value is 35 (14.06% from 255 or 20.96% from 167); Blue value is 77 (30.47% from 255 or 46.11% from 167); Max value from RGB is 77 - color contains mainly: blue. Hex color #37234D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37234D is #C8DCB2. Grayscale: #2D2D2D. Windows color (decimal): -13163699 or 5055287. OLE color: 5055287.

HSL color Cylindrical-coordinate representation of color #37234D: hue angle of 268.57º degrees, saturation: 0.37, 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 #37234D is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB553577-
CMYK0.290.5500.70
HSL268.57º37.5%21.96%-
HSV(B)268.57º54.55%30.2%-
XYZ3.522.557.33-
YUV45.77145.63134.58-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 32.93%
GREEN value IS 35 (14.06% from 255) = 20.96%
BLUE value IS 77 (30.47% from 255) = 46.11%
R=32.93%
G=20.96%
B=46.11%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5535770.290.5500.70268.5737.521.96
Hex37234D1D3704610d2516
Octal6743115356701064154526
Binary1101111000111001101111011101110100011010000110110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37234D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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