#44354D

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

Shades of Jagger #44354D

Tints of Jagger #44354D

Color information

#44354D (or 0x44354D) is unknown color: approx Jagger. HEX triplet: 44, 35 and 4D. RGB value is (68,53,77). Sum of RGB (Red+Green+Blue) = 68+53+77=198 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.34% from 198); Green value is 53 (21.09% from 255 or 26.77% from 198); Blue value is 77 (30.47% from 255 or 38.89% from 198); Max value from RGB is 77 - color contains mainly: blue. Hex color #44354D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44354D is #BBCAB2. Grayscale: #3C3C3C. Windows color (decimal): -12307123 or 5059908. OLE color: 5059908.

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

Color convert

RGB685377-
CMYK0.120.3100.70
HSL277.5º18.46%25.49%-
HSV(B)277.5º31.17%30.2%-
XYZ54.317.59-
YUV60.22137.47133.55-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34.34%
GREEN value IS 53 (21.09% from 255) = 26.77%
BLUE value IS 77 (30.47% from 255) = 38.89%
R=34.34%
G=26.77%
B=38.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6853770.120.3100.70277.518.4625.49
Hex44354DC1F0461161219
Octal10465115143701064262231
Binary10001001101011001101110011111010001101000101101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44354D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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