Shades of Jacarta #443B59
Tints of Jacarta #443B59
RGB
CMYK
RGB Variations
Color information
#443B59 (or 0x443B59) is known color: Jacarta. HEX triplet: 44, 3B and 59. RGB value is (68,59,89). Sum of RGB (Red+Green+Blue) = 68+59+89=216 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.48% from 216); Green value is 59 (23.44% from 255 or 27.31% from 216); Blue value is 89 (35.16% from 255 or 41.20% from 216); Max value from RGB is 89 - color contains mainly: blue. Hex color #443B59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443B59 is #BBC4A6. Grayscale: #414141. Windows color (decimal): -12305575 or 5847876. OLE color: 5847876.
HSL color Cylindrical-coordinate representation of color #443B59: hue angle of 258º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #443B59 is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 68 | 59 | 89 | - |
| CMYK | 0.24 | 0.34 | 0 | 0.65 |
| HSL | 258º | 0.2% | 0.29% | - |
| HSV(B) | 258º | 0.34% | 0.35% | - |
| XYZ | 5.75 | 5.08 | 10.13 | - |
| YUV | 65.11 | 141.48 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 59 | 89 | 0.24 | 0.34 | 0 | 0.65 | 258 | 0.2 | 0.29 |
| Hex | 44 | 3B | 59 | 18 | 22 | 0 | 41 | 102 | 14 | 1D |
| Octal | 104 | 73 | 131 | 30 | 42 | 0 | 101 | 402 | 24 | 35 |
| Binary | 1000100 | 111011 | 1011001 | 11000 | 100010 | 0 | 1000001 | 100000010 | 10100 | 11101 |
Color Harmonies of #443B59
Complementary color
Monochromatic Colors of #443B59
Black with #443B59
Text Example
Text Example
White with #443B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443B59; }
p { color: rgb(68,59,89); }
H1.HeaderClassName
{
color: #443B59;
}
.AnyTagClassName
{
color: #443B59;
}
</style>
background-color css
<style>
a { background-color: #443B59; }
a { background-color: rgb(68,59,89); }
div.DivClassName
{
background-color: #443B59;
}
.BgClassName
{
background-color: #443B59;
}
</style>
border-color css
<style>
span { border-color: #443B59; }
span { border-color: rgb(68,59,89); }
td.TdClassName
{
border-color: #443B59;
}
.TagClassName
{
border-color: #443B59;
}
</style>