#37244B

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

Shades of Jagger #37244B

Tints of Jagger #37244B

Color information

#37244B (or 0x37244B) is unknown color: approx Jagger. HEX triplet: 37, 24 and 4B. RGB value is (55,36,75). Sum of RGB (Red+Green+Blue) = 55+36+75=166 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.13% from 166); Green value is 36 (14.45% from 255 or 21.69% from 166); Blue value is 75 (29.69% from 255 or 45.18% from 166); Max value from RGB is 75 - color contains mainly: blue. Hex color #37244B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37244B is #C8DBB4. Grayscale: #2D2D2D. Windows color (decimal): -13163445 or 4924471. OLE color: 4924471.

HSL color Cylindrical-coordinate representation of color #37244B: hue angle of 269.23º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #37244B is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB553675-
CMYK0.270.5200.71
HSL269.23º35.14%21.76%-
HSV(B)269.23º52%29.41%-
XYZ3.482.586.97-
YUV46.13144.29134.33-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 33.13%
GREEN value IS 36 (14.45% from 255) = 21.69%
BLUE value IS 75 (29.69% from 255) = 45.18%
R=33.13%
G=21.69%
B=45.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5536750.270.5200.71269.2335.1421.76
Hex37244B1B3404710d2316
Octal6744113336401074154326
Binary1101111001001001011110111101000100011110000110110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37244B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37244B; }

 p { color: rgb(55,36,75); }

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

<style>
 a { background-color: #37244B; }

 a { background-color: rgb(55,36,75); }

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

<style>
 span { border-color: #37244B; }

 span { border-color: rgb(55,36,75); }

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