Shades of Jacarta #3C3357
Tints of Jacarta #3C3357
RGB
CMYK
RGB Variations
Color information
#3C3357 (or 0x3C3357) is known color: Jacarta. HEX triplet: 3C, 33 and 57. RGB value is (60,51,87). Sum of RGB (Red+Green+Blue) = 60+51+87=198 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30.30% from 198); Green value is 51 (20.31% from 255 or 25.76% from 198); Blue value is 87 (34.38% from 255 or 43.94% from 198); Max value from RGB is 87 - color contains mainly: blue. Hex color #3C3357 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3357 is #C3CCA8. Grayscale: #393939. Windows color (decimal): -12831913 or 5714748. OLE color: 5714748.
HSL color Cylindrical-coordinate representation of color #3C3357: hue angle of 255º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3C3357 is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 60 | 51 | 87 | - |
| CMYK | 0.31 | 0.41 | 0 | 0.66 |
| HSL | 255º | 0.26% | 0.27% | - |
| HSV(B) | 255º | 0.41% | 0.34% | - |
| XYZ | 4.77 | 4.02 | 9.54 | - |
| YUV | 57.8 | 144.48 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 51 | 87 | 0.31 | 0.41 | 0 | 0.66 | 255 | 0.26 | 0.27 |
| Hex | 3C | 33 | 57 | 1F | 29 | 0 | 42 | FF | 1A | 1B |
| Octal | 74 | 63 | 127 | 37 | 51 | 0 | 102 | 377 | 32 | 33 |
| Binary | 111100 | 110011 | 1010111 | 11111 | 101001 | 0 | 1000010 | 11111111 | 11010 | 11011 |
Color Harmonies of #3C3357
Complementary color
Monochromatic Colors of #3C3357
Black with #3C3357
Text Example
Text Example
White with #3C3357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3357; }
p { color: rgb(60,51,87); }
H1.HeaderClassName
{
color: #3C3357;
}
.AnyTagClassName
{
color: #3C3357;
}
</style>
background-color css
<style>
a { background-color: #3C3357; }
a { background-color: rgb(60,51,87); }
div.DivClassName
{
background-color: #3C3357;
}
.BgClassName
{
background-color: #3C3357;
}
</style>
border-color css
<style>
span { border-color: #3C3357; }
span { border-color: rgb(60,51,87); }
td.TdClassName
{
border-color: #3C3357;
}
.TagClassName
{
border-color: #3C3357;
}
</style>