Shades of Jacarta #443A60
Tints of Jacarta #443A60
RGB
CMYK
RGB Variations
Color information
#443A60 (or 0x443A60) is known color: Jacarta. HEX triplet: 44, 3A and 60. RGB value is (68,58,96). Sum of RGB (Red+Green+Blue) = 68+58+96=222 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.63% from 222); Green value is 58 (23.05% from 255 or 26.13% from 222); Blue value is 96 (37.89% from 255 or 43.24% from 222); Max value from RGB is 96 - color contains mainly: blue. Hex color #443A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443A60 is #BBC59F. Grayscale: #414141. Windows color (decimal): -12305824 or 6306372. OLE color: 6306372.
HSL color Cylindrical-coordinate representation of color #443A60: hue angle of 255.79º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #443A60 is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 68 | 58 | 96 | - |
| CMYK | 0.29 | 0.40 | 0 | 0.62 |
| HSL | 255.79º | 0.25% | 0.3% | - |
| HSV(B) | 255.79º | 0.4% | 0.38% | - |
| XYZ | 6.01 | 5.1 | 11.73 | - |
| YUV | 65.32 | 145.31 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 58 | 96 | 0.29 | 0.40 | 0 | 0.62 | 255.79 | 0.25 | 0.3 |
| Hex | 44 | 3A | 60 | 1D | 28 | 0 | 3E | 100 | 19 | 1E |
| Octal | 104 | 72 | 140 | 35 | 50 | 0 | 76 | 400 | 31 | 36 |
| Binary | 1000100 | 111010 | 1100000 | 11101 | 101000 | 0 | 111110 | 100000000 | 11001 | 11110 |
Color Harmonies of #443A60
Complementary color
Monochromatic Colors of #443A60
Black with #443A60
Text Example
Text Example
White with #443A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443A60; }
p { color: rgb(68,58,96); }
H1.HeaderClassName
{
color: #443A60;
}
.AnyTagClassName
{
color: #443A60;
}
</style>
background-color css
<style>
a { background-color: #443A60; }
a { background-color: rgb(68,58,96); }
div.DivClassName
{
background-color: #443A60;
}
.BgClassName
{
background-color: #443A60;
}
</style>
border-color css
<style>
span { border-color: #443A60; }
span { border-color: rgb(68,58,96); }
td.TdClassName
{
border-color: #443A60;
}
.TagClassName
{
border-color: #443A60;
}
</style>