Shades of Jacarta #433C60
Tints of Jacarta #433C60
RGB
CMYK
RGB Variations
Color information
#433C60 (or 0x433C60) is known color: Jacarta. HEX triplet: 43, 3C and 60. RGB value is (67,60,96). Sum of RGB (Red+Green+Blue) = 67+60+96=223 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.04% from 223); Green value is 60 (23.83% from 255 or 26.91% 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 #433C60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433C60 is #BCC39F. Grayscale: #424242. Windows color (decimal): -12370848 or 6306883. OLE color: 6306883.
HSL color Cylindrical-coordinate representation of color #433C60: hue angle of 251.67º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #433C60 is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 67 | 60 | 96 | - |
| CMYK | 0.30 | 0.38 | 0 | 0.62 |
| HSL | 251.67º | 0.23% | 0.31% | - |
| HSV(B) | 251.67º | 0.38% | 0.38% | - |
| XYZ | 6.04 | 5.27 | 11.77 | - |
| YUV | 66.2 | 144.82 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 60 | 96 | 0.30 | 0.38 | 0 | 0.62 | 251.67 | 0.23 | 0.31 |
| Hex | 43 | 3C | 60 | 1E | 26 | 0 | 3E | FC | 17 | 1F |
| Octal | 103 | 74 | 140 | 36 | 46 | 0 | 76 | 374 | 27 | 37 |
| Binary | 1000011 | 111100 | 1100000 | 11110 | 100110 | 0 | 111110 | 11111100 | 10111 | 11111 |
Color Harmonies of #433C60
Complementary color
Monochromatic Colors of #433C60
Black with #433C60
Text Example
Text Example
White with #433C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433C60; }
p { color: rgb(67,60,96); }
H1.HeaderClassName
{
color: #433C60;
}
.AnyTagClassName
{
color: #433C60;
}
</style>
background-color css
<style>
a { background-color: #433C60; }
a { background-color: rgb(67,60,96); }
div.DivClassName
{
background-color: #433C60;
}
.BgClassName
{
background-color: #433C60;
}
</style>
border-color css
<style>
span { border-color: #433C60; }
span { border-color: rgb(67,60,96); }
td.TdClassName
{
border-color: #433C60;
}
.TagClassName
{
border-color: #433C60;
}
</style>