Shades of Jacarta #44385F
Tints of Jacarta #44385F
RGB
CMYK
RGB Variations
Color information
#44385F (or 0x44385F) is known color: Jacarta. HEX triplet: 44, 38 and 5F. RGB value is (68,56,95). Sum of RGB (Red+Green+Blue) = 68+56+95=219 (29% of max value = 765). Red value is 68 (26.95% from 255 or 31.05% from 219); Green value is 56 (22.27% from 255 or 25.57% from 219); Blue value is 95 (37.5% from 255 or 43.38% from 219); Max value from RGB is 95 - color contains mainly: blue. Hex color #44385F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44385F is #BBC7A0. Grayscale: #3F3F3F. Windows color (decimal): -12306337 or 6240324. OLE color: 6240324.
HSL color Cylindrical-coordinate representation of color #44385F: hue angle of 258.46º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #44385F is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 68 | 56 | 95 | - |
| CMYK | 0.28 | 0.41 | 0 | 0.63 |
| HSL | 258.46º | 0.26% | 0.3% | - |
| HSV(B) | 258.46º | 0.41% | 0.37% | - |
| XYZ | 5.86 | 4.88 | 11.46 | - |
| YUV | 64.03 | 145.48 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 56 | 95 | 0.28 | 0.41 | 0 | 0.63 | 258.46 | 0.26 | 0.3 |
| Hex | 44 | 38 | 5F | 1C | 29 | 0 | 3F | 102 | 1A | 1E |
| Octal | 104 | 70 | 137 | 34 | 51 | 0 | 77 | 402 | 32 | 36 |
| Binary | 1000100 | 111000 | 1011111 | 11100 | 101001 | 0 | 111111 | 100000010 | 11010 | 11110 |
Color Harmonies of #44385F
Complementary color
Monochromatic Colors of #44385F
Black with #44385F
Text Example
Text Example
White with #44385F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44385F; }
p { color: rgb(68,56,95); }
H1.HeaderClassName
{
color: #44385F;
}
.AnyTagClassName
{
color: #44385F;
}
</style>
background-color css
<style>
a { background-color: #44385F; }
a { background-color: rgb(68,56,95); }
div.DivClassName
{
background-color: #44385F;
}
.BgClassName
{
background-color: #44385F;
}
</style>
border-color css
<style>
span { border-color: #44385F; }
span { border-color: rgb(68,56,95); }
td.TdClassName
{
border-color: #44385F;
}
.TagClassName
{
border-color: #44385F;
}
</style>