Shades of Jacarta #3C3360
Tints of Jacarta #3C3360
RGB
CMYK
RGB Variations
Color information
#3C3360 (or 0x3C3360) is known color: Jacarta. HEX triplet: 3C, 33 and 60. RGB value is (60,51,96). Sum of RGB (Red+Green+Blue) = 60+51+96=207 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.99% from 207); Green value is 51 (20.31% from 255 or 24.64% from 207); Blue value is 96 (37.89% from 255 or 46.38% from 207); Max value from RGB is 96 - color contains mainly: blue. Hex color #3C3360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3360 is #C3CC9F. Grayscale: #3A3A3A. Windows color (decimal): -12831904 or 6304572. OLE color: 6304572.
HSL color Cylindrical-coordinate representation of color #3C3360: hue angle of 252º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3C3360 is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 60 | 51 | 96 | - |
| CMYK | 0.38 | 0.47 | 0 | 0.62 |
| HSL | 252º | 0.31% | 0.29% | - |
| HSV(B) | 252º | 0.47% | 0.38% | - |
| XYZ | 5.16 | 4.17 | 11.6 | - |
| YUV | 58.82 | 148.98 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 51 | 96 | 0.38 | 0.47 | 0 | 0.62 | 252 | 0.31 | 0.29 |
| Hex | 3C | 33 | 60 | 26 | 2F | 0 | 3E | FC | 1F | 1D |
| Octal | 74 | 63 | 140 | 46 | 57 | 0 | 76 | 374 | 37 | 35 |
| Binary | 111100 | 110011 | 1100000 | 100110 | 101111 | 0 | 111110 | 11111100 | 11111 | 11101 |
Color Harmonies of #3C3360
Complementary color
Monochromatic Colors of #3C3360
Black with #3C3360
Text Example
Text Example
White with #3C3360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3360; }
p { color: rgb(60,51,96); }
H1.HeaderClassName
{
color: #3C3360;
}
.AnyTagClassName
{
color: #3C3360;
}
</style>
background-color css
<style>
a { background-color: #3C3360; }
a { background-color: rgb(60,51,96); }
div.DivClassName
{
background-color: #3C3360;
}
.BgClassName
{
background-color: #3C3360;
}
</style>
border-color css
<style>
span { border-color: #3C3360; }
span { border-color: rgb(60,51,96); }
td.TdClassName
{
border-color: #3C3360;
}
.TagClassName
{
border-color: #3C3360;
}
</style>