#37234C

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

Shades of Jagger #37234C

Tints of Jagger #37234C

Color information

#37234C (or 0x37234C) is unknown color: approx Jagger. HEX triplet: 37, 23 and 4C. RGB value is (55,35,76). Sum of RGB (Red+Green+Blue) = 55+35+76=166 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.13% from 166); Green value is 35 (14.06% from 255 or 21.08% from 166); Blue value is 76 (30.08% from 255 or 45.78% from 166); Max value from RGB is 76 - color contains mainly: blue. Hex color #37234C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37234C is #C8DCB3. Grayscale: #2D2D2D. Windows color (decimal): -13163700 or 4989751. OLE color: 4989751.

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

Color convert

RGB553576-
CMYK0.280.5400.70
HSL269.27º36.94%21.76%-
HSV(B)269.27º53.95%29.8%-
XYZ3.482.547.14-
YUV45.65145.13134.67-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 33.13%
GREEN value IS 35 (14.06% from 255) = 21.08%
BLUE value IS 76 (30.08% from 255) = 45.78%
R=33.13%
G=21.08%
B=45.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5535760.280.5400.70269.2736.9421.76
Hex37234C1C3604610d2516
Octal6743114346601064154526
Binary1101111000111001100111001101100100011010000110110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37234C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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