#37254A

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

Shades of Jagger #37254A

Tints of Jagger #37254A

Color information

#37254A (or 0x37254A) is unknown color: approx Jagger. HEX triplet: 37, 25 and 4A. RGB value is (55,37,74). Sum of RGB (Red+Green+Blue) = 55+37+74=166 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.13% from 166); Green value is 37 (14.84% from 255 or 22.29% from 166); Blue value is 74 (29.30% from 255 or 44.58% from 166); Max value from RGB is 74 - color contains mainly: blue. Hex color #37254A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37254A is #C8DAB5. Grayscale: #2E2E2E. Windows color (decimal): -13163190 or 4859191. OLE color: 4859191.

HSL color Cylindrical-coordinate representation of color #37254A: hue angle of 269.19º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #37254A is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB553774-
CMYK0.260.5000.71
HSL269.19º33.33%21.76%-
HSV(B)269.19º50%29.02%-
XYZ3.472.636.8-
YUV46.6143.46133.99-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 33.13%
GREEN value IS 37 (14.84% from 255) = 22.29%
BLUE value IS 74 (29.30% from 255) = 44.58%
R=33.13%
G=22.29%
B=44.58%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5537740.260.5000.71269.1933.3321.76
Hex37254A1A3204710d2116
Octal6745112326201074154126
Binary1101111001011001010110101100100100011110000110110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37254A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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