#372648

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

Shades of Jagger #372648

Tints of Jagger #372648

Color information

#372648 (or 0x372648) is unknown color: approx Jagger. HEX triplet: 37, 26 and 48. RGB value is (55,38,72). Sum of RGB (Red+Green+Blue) = 55+38+72=165 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.33% from 165); Green value is 38 (15.23% from 255 or 23.03% from 165); Blue value is 72 (28.52% from 255 or 43.64% from 165); Max value from RGB is 72 - color contains mainly: blue. Hex color #372648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372648 is #C8D9B7. Grayscale: #2E2E2E. Windows color (decimal): -13162936 or 4728375. OLE color: 4728375.

HSL color Cylindrical-coordinate representation of color #372648: hue angle of 270º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #372648 is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB553872-
CMYK0.240.4700.72
HSL270º30.91%21.57%-
HSV(B)270º47.22%28.24%-
XYZ3.442.676.46-
YUV46.96142.13133.74-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 33.33%
GREEN value IS 38 (15.23% from 255) = 23.03%
BLUE value IS 72 (28.52% from 255) = 43.64%
R=33.33%
G=23.03%
B=43.64%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5538720.240.4700.7227030.9121.57
Hex372648182F04810e1f16
Octal6746110305701104163726
Binary110111100110100100011000101111010010001000011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372648; }

 p { color: rgb(55,38,72); }

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

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

 a { background-color: rgb(55,38,72); }

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

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

 span { border-color: rgb(55,38,72); }

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