#44344E

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

Shades of Jagger #44344E

Tints of Jagger #44344E

Color information

#44344E (or 0x44344E) is unknown color: approx Jagger. HEX triplet: 44, 34 and 4E. RGB value is (68,52,78). Sum of RGB (Red+Green+Blue) = 68+52+78=198 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.34% from 198); Green value is 52 (20.70% from 255 or 26.26% from 198); Blue value is 78 (30.86% from 255 or 39.39% from 198); Max value from RGB is 78 - color contains mainly: blue. Hex color #44344E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44344E is #BBCBB1. Grayscale: #3B3B3B. Windows color (decimal): -12307378 or 5125188. OLE color: 5125188.

HSL color Cylindrical-coordinate representation of color #44344E: hue angle of 276.92º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #44344E is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB685278-
CMYK0.130.3300.69
HSL276.92º20%25.49%-
HSV(B)276.92º33.33%30.59%-
XYZ4.994.237.76-
YUV59.75138.3133.89-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34.34%
GREEN value IS 52 (20.70% from 255) = 26.26%
BLUE value IS 78 (30.86% from 255) = 39.39%
R=34.34%
G=26.26%
B=39.39%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6852780.130.3300.69276.922025.49
Hex44344ED210451151419
Octal10464116154101054252431
Binary100010011010010011101101100001010001011000101011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44344E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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