Shades of Jacarta #443B60
Tints of Jacarta #443B60
RGB
CMYK
RGB Variations
Color information
#443B60 (or 0x443B60) is known color: Jacarta. HEX triplet: 44, 3B and 60. RGB value is (68,59,96). Sum of RGB (Red+Green+Blue) = 68+59+96=223 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.49% from 223); Green value is 59 (23.44% from 255 or 26.46% from 223); Blue value is 96 (37.89% from 255 or 43.05% from 223); Max value from RGB is 96 - color contains mainly: blue. Hex color #443B60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443B60 is #BBC49F. Grayscale: #414141. Windows color (decimal): -12305568 or 6306628. OLE color: 6306628.
HSL color Cylindrical-coordinate representation of color #443B60: hue angle of 254.59º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #443B60 is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 68 | 59 | 96 | - |
| CMYK | 0.29 | 0.39 | 0 | 0.62 |
| HSL | 254.59º | 0.24% | 0.3% | - |
| HSV(B) | 254.59º | 0.39% | 0.38% | - |
| XYZ | 6.06 | 5.2 | 11.75 | - |
| YUV | 65.91 | 144.98 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 59 | 96 | 0.29 | 0.39 | 0 | 0.62 | 254.59 | 0.24 | 0.3 |
| Hex | 44 | 3B | 60 | 1D | 27 | 0 | 3E | FF | 18 | 1E |
| Octal | 104 | 73 | 140 | 35 | 47 | 0 | 76 | 377 | 30 | 36 |
| Binary | 1000100 | 111011 | 1100000 | 11101 | 100111 | 0 | 111110 | 11111111 | 11000 | 11110 |
Color Harmonies of #443B60
Complementary color
Monochromatic Colors of #443B60
Black with #443B60
Text Example
Text Example
White with #443B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443B60; }
p { color: rgb(68,59,96); }
H1.HeaderClassName
{
color: #443B60;
}
.AnyTagClassName
{
color: #443B60;
}
</style>
background-color css
<style>
a { background-color: #443B60; }
a { background-color: rgb(68,59,96); }
div.DivClassName
{
background-color: #443B60;
}
.BgClassName
{
background-color: #443B60;
}
</style>
border-color css
<style>
span { border-color: #443B60; }
span { border-color: rgb(68,59,96); }
td.TdClassName
{
border-color: #443B60;
}
.TagClassName
{
border-color: #443B60;
}
</style>