#44384F

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

Shades of Jagger #44384F

Tints of Jagger #44384F

Color information

#44384F (or 0x44384F) is unknown color: approx Jagger. HEX triplet: 44, 38 and 4F. RGB value is (68,56,79). Sum of RGB (Red+Green+Blue) = 68+56+79=203 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.50% from 203); Green value is 56 (22.27% from 255 or 27.59% from 203); Blue value is 79 (31.25% from 255 or 38.92% from 203); Max value from RGB is 79 - color contains mainly: blue. Hex color #44384F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44384F is #BBC7B0. Grayscale: #3E3E3E. Windows color (decimal): -12306353 or 5191748. OLE color: 5191748.

HSL color Cylindrical-coordinate representation of color #44384F: hue angle of 271.3º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #44384F is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB685679-
CMYK0.140.2900.69
HSL271.3º17.04%26.47%-
HSV(B)271.3º29.11%30.98%-
XYZ5.214.628.01-
YUV62.21137.48132.13-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.50%
GREEN value IS 56 (22.27% from 255) = 27.59%
BLUE value IS 79 (31.25% from 255) = 38.92%
R=33.50%
G=27.59%
B=38.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6856790.140.2900.69271.317.0426.47
Hex44384FE1D04510f111a
Octal10470117163501054172132
Binary10001001110001001111111011101010001011000011111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44384F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44384F; }

 p { color: rgb(68,56,79); }

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

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

 a { background-color: rgb(68,56,79); }

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

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

 span { border-color: rgb(68,56,79); }

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