#37284A

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

Shades of Jagger #37284A

Tints of Jagger #37284A

Color information

#37284A (or 0x37284A) is unknown color: approx Jagger. HEX triplet: 37, 28 and 4A. RGB value is (55,40,74). Sum of RGB (Red+Green+Blue) = 55+40+74=169 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.54% from 169); Green value is 40 (16.02% from 255 or 23.67% from 169); Blue value is 74 (29.30% from 255 or 43.79% from 169); Max value from RGB is 74 - color contains mainly: blue. Hex color #37284A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37284A is #C8D7B5. Grayscale: #303030. Windows color (decimal): -13162422 or 4859959. OLE color: 4859959.

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

Color convert

RGB554074-
CMYK0.260.4600.71
HSL266.47º29.82%22.35%-
HSV(B)266.47º45.95%29.02%-
XYZ3.572.826.84-
YUV48.36142.47132.74-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 32.54%
GREEN value IS 40 (16.02% from 255) = 23.67%
BLUE value IS 74 (29.30% from 255) = 43.79%
R=32.54%
G=23.67%
B=43.79%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5540740.260.4600.71266.4729.8222.35
Hex37284A1A2E04710a1e16
Octal6750112325601074123626
Binary110111101000100101011010101110010001111000010101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37284A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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