#44344D

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

Shades of Jagger #44344D

Tints of Jagger #44344D

Color information

#44344D (or 0x44344D) is unknown color: approx Jagger. HEX triplet: 44, 34 and 4D. RGB value is (68,52,77). Sum of RGB (Red+Green+Blue) = 68+52+77=197 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.52% from 197); Green value is 52 (20.70% from 255 or 26.40% from 197); Blue value is 77 (30.47% from 255 or 39.09% from 197); Max value from RGB is 77 - color contains mainly: blue. Hex color #44344D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44344D is #BBCBB2. Grayscale: #3B3B3B. Windows color (decimal): -12307379 or 5059652. OLE color: 5059652.

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

Color convert

RGB685277-
CMYK0.120.3200.70
HSL278.4º19.38%25.29%-
HSV(B)278.4º32.47%30.2%-
XYZ4.954.227.57-
YUV59.63137.8133.97-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34.52%
GREEN value IS 52 (20.70% from 255) = 26.40%
BLUE value IS 77 (30.47% from 255) = 39.09%
R=34.52%
G=26.40%
B=39.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6852770.120.3200.70278.419.3825.29
Hex44344DC200461161319
Octal10464115144001064262331
Binary100010011010010011011100100000010001101000101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44344D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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