#44354C

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

Shades of Jagger #44354C

Tints of Jagger #44354C

Color information

#44354C (or 0x44354C) is unknown color: approx Jagger. HEX triplet: 44, 35 and 4C. RGB value is (68,53,76). Sum of RGB (Red+Green+Blue) = 68+53+76=197 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.52% from 197); Green value is 53 (21.09% from 255 or 26.90% from 197); Blue value is 76 (30.08% from 255 or 38.58% from 197); Max value from RGB is 76 - color contains mainly: blue. Hex color #44354C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44354C is #BBCAB3. Grayscale: #3C3C3C. Windows color (decimal): -12307124 or 4994372. OLE color: 4994372.

HSL color Cylindrical-coordinate representation of color #44354C: hue angle of 279.13º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #44354C is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB685376-
CMYK0.110.3000.70
HSL279.13º17.83%25.29%-
HSV(B)279.13º30.26%29.8%-
XYZ4.964.37.41-
YUV60.11136.97133.63-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34.52%
GREEN value IS 53 (21.09% from 255) = 26.90%
BLUE value IS 76 (30.08% from 255) = 38.58%
R=34.52%
G=26.90%
B=38.58%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6853760.110.3000.70279.1317.8325.29
Hex44354CB1E0461171219
Octal10465114133601064272231
Binary10001001101011001100101111110010001101000101111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44354C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,53,76); }

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

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

 a { background-color: rgb(68,53,76); }

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

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

 span { border-color: rgb(68,53,76); }

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