#44395E

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

Shades of Jacarta #44395E

Tints of Jacarta #44395E

Color information

#44395E (or 0x44395E) is unknown color: approx Jacarta. HEX triplet: 44, 39 and 5E. RGB value is (68,57,94). Sum of RGB (Red+Green+Blue) = 68+57+94=219 (29% of max value = 765). Red value is 68 (26.95% from 255 or 31.05% from 219); Green value is 57 (22.66% from 255 or 26.03% from 219); Blue value is 94 (37.11% from 255 or 42.92% from 219); Max value from RGB is 94 - color contains mainly: blue. Hex color #44395E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44395E is #BBC6A1. Grayscale: #404040. Windows color (decimal): -12306082 or 6175044. OLE color: 6175044.

HSL color Cylindrical-coordinate representation of color #44395E: hue angle of 257.84º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #44395E is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB685794-
CMYK0.280.3900.63
HSL257.84º24.5%29.61%-
HSV(B)257.84º39.36%36.86%-
XYZ5.874.9611.24-
YUV64.51144.64130.49-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.05%
GREEN value IS 57 (22.66% from 255) = 26.03%
BLUE value IS 94 (37.11% from 255) = 42.92%
R=31.05%
G=26.03%
B=42.92%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6857940.280.3900.63257.8424.529.61
Hex44395E1C2703F102191e
Octal1047113634470774023136
Binary100010011100110111101110010011101111111000000101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44395E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,57,94); }

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

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

 a { background-color: rgb(68,57,94); }

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

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

 span { border-color: rgb(68,57,94); }

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