Shades of Jacarta #3C3458
Tints of Jacarta #3C3458
RGB
CMYK
RGB Variations
Color information
#3C3458 (or 0x3C3458) is known color: Jacarta. HEX triplet: 3C, 34 and 58. RGB value is (60,52,88). Sum of RGB (Red+Green+Blue) = 60+52+88=200 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30% from 200); Green value is 52 (20.70% from 255 or 26% from 200); Blue value is 88 (34.77% from 255 or 44% from 200); Max value from RGB is 88 - color contains mainly: blue. Hex color #3C3458 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3458 is #C3CBA7. Grayscale: #3A3A3A. Windows color (decimal): -12831656 or 5780540. OLE color: 5780540.
HSL color Cylindrical-coordinate representation of color #3C3458: hue angle of 253.33º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3C3458 is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 60 | 52 | 88 | - |
| CMYK | 0.32 | 0.41 | 0 | 0.65 |
| HSL | 253.33º | 0.26% | 0.27% | - |
| HSV(B) | 253.33º | 0.41% | 0.35% | - |
| XYZ | 4.85 | 4.12 | 9.77 | - |
| YUV | 58.5 | 144.65 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 52 | 88 | 0.32 | 0.41 | 0 | 0.65 | 253.33 | 0.26 | 0.27 |
| Hex | 3C | 34 | 58 | 20 | 29 | 0 | 41 | FD | 1A | 1B |
| Octal | 74 | 64 | 130 | 40 | 51 | 0 | 101 | 375 | 32 | 33 |
| Binary | 111100 | 110100 | 1011000 | 100000 | 101001 | 0 | 1000001 | 11111101 | 11010 | 11011 |
Color Harmonies of #3C3458
Complementary color
Monochromatic Colors of #3C3458
Black with #3C3458
Text Example
Text Example
White with #3C3458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3458; }
p { color: rgb(60,52,88); }
H1.HeaderClassName
{
color: #3C3458;
}
.AnyTagClassName
{
color: #3C3458;
}
</style>
background-color css
<style>
a { background-color: #3C3458; }
a { background-color: rgb(60,52,88); }
div.DivClassName
{
background-color: #3C3458;
}
.BgClassName
{
background-color: #3C3458;
}
</style>
border-color css
<style>
span { border-color: #3C3458; }
span { border-color: rgb(60,52,88); }
td.TdClassName
{
border-color: #3C3458;
}
.TagClassName
{
border-color: #3C3458;
}
</style>