Shades of Jacarta #443D59
Tints of Jacarta #443D59
RGB
CMYK
RGB Variations
Color information
#443D59 (or 0x443D59) is known color: Jacarta. HEX triplet: 44, 3D and 59. RGB value is (68,61,89). Sum of RGB (Red+Green+Blue) = 68+61+89=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 61 (24.22% from 255 or 27.98% from 218); Blue value is 89 (35.16% from 255 or 40.83% from 218); Max value from RGB is 89 - color contains mainly: blue. Hex color #443D59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443D59 is #BBC2A6. Grayscale: #424242. Windows color (decimal): -12305063 or 5848388. OLE color: 5848388.
HSL color Cylindrical-coordinate representation of color #443D59: hue angle of 255º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #443D59 is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 68 | 61 | 89 | - |
| CMYK | 0.24 | 0.31 | 0 | 0.65 |
| HSL | 255º | 0.19% | 0.29% | - |
| HSV(B) | 255º | 0.31% | 0.35% | - |
| XYZ | 5.86 | 5.29 | 10.16 | - |
| YUV | 66.29 | 140.82 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 61 | 89 | 0.24 | 0.31 | 0 | 0.65 | 255 | 0.19 | 0.29 |
| Hex | 44 | 3D | 59 | 18 | 1F | 0 | 41 | FF | 13 | 1D |
| Octal | 104 | 75 | 131 | 30 | 37 | 0 | 101 | 377 | 23 | 35 |
| Binary | 1000100 | 111101 | 1011001 | 11000 | 11111 | 0 | 1000001 | 11111111 | 10011 | 11101 |
Color Harmonies of #443D59
Complementary color
Monochromatic Colors of #443D59
Black with #443D59
Text Example
Text Example
White with #443D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443D59; }
p { color: rgb(68,61,89); }
H1.HeaderClassName
{
color: #443D59;
}
.AnyTagClassName
{
color: #443D59;
}
</style>
background-color css
<style>
a { background-color: #443D59; }
a { background-color: rgb(68,61,89); }
div.DivClassName
{
background-color: #443D59;
}
.BgClassName
{
background-color: #443D59;
}
</style>
border-color css
<style>
span { border-color: #443D59; }
span { border-color: rgb(68,61,89); }
td.TdClassName
{
border-color: #443D59;
}
.TagClassName
{
border-color: #443D59;
}
</style>