Shades of Jacarta #3C3361
Tints of Jacarta #3C3361
RGB
CMYK
RGB Variations
Color information
#3C3361 (or 0x3C3361) is known color: Jacarta. HEX triplet: 3C, 33 and 61. RGB value is (60,51,97). Sum of RGB (Red+Green+Blue) = 60+51+97=208 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.85% from 208); Green value is 51 (20.31% from 255 or 24.52% from 208); Blue value is 97 (38.28% from 255 or 46.63% from 208); Max value from RGB is 97 - color contains mainly: blue. Hex color #3C3361 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3361 is #C3CC9E. Grayscale: #3A3A3A. Windows color (decimal): -12831903 or 6370108. OLE color: 6370108.
HSL color Cylindrical-coordinate representation of color #3C3361: hue angle of 251.74º 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 #3C3361 is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 60 | 51 | 97 | - |
| CMYK | 0.38 | 0.47 | 0 | 0.62 |
| HSL | 251.74º | 0.31% | 0.29% | - |
| HSV(B) | 251.74º | 0.47% | 0.38% | - |
| XYZ | 5.2 | 4.19 | 11.84 | - |
| YUV | 58.94 | 149.48 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 51 | 97 | 0.38 | 0.47 | 0 | 0.62 | 251.74 | 0.31 | 0.29 |
| Hex | 3C | 33 | 61 | 26 | 2F | 0 | 3E | FC | 1F | 1D |
| Octal | 74 | 63 | 141 | 46 | 57 | 0 | 76 | 374 | 37 | 35 |
| Binary | 111100 | 110011 | 1100001 | 100110 | 101111 | 0 | 111110 | 11111100 | 11111 | 11101 |
Color Harmonies of #3C3361
Complementary color
Monochromatic Colors of #3C3361
Black with #3C3361
Text Example
Text Example
White with #3C3361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3361; }
p { color: rgb(60,51,97); }
H1.HeaderClassName
{
color: #3C3361;
}
.AnyTagClassName
{
color: #3C3361;
}
</style>
background-color css
<style>
a { background-color: #3C3361; }
a { background-color: rgb(60,51,97); }
div.DivClassName
{
background-color: #3C3361;
}
.BgClassName
{
background-color: #3C3361;
}
</style>
border-color css
<style>
span { border-color: #3C3361; }
span { border-color: rgb(60,51,97); }
td.TdClassName
{
border-color: #3C3361;
}
.TagClassName
{
border-color: #3C3361;
}
</style>