Shades of Jacarta #3A3460
Tints of Jacarta #3A3460
RGB
CMYK
RGB Variations
Color information
#3A3460 (or 0x3A3460) is known color: Jacarta. HEX triplet: 3A, 34 and 60. RGB value is (58,52,96). Sum of RGB (Red+Green+Blue) = 58+52+96=206 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.16% from 206); Green value is 52 (20.70% from 255 or 25.24% from 206); Blue value is 96 (37.89% from 255 or 46.60% from 206); Max value from RGB is 96 - color contains mainly: blue. Hex color #3A3460 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3460 is #C5CB9F. Grayscale: #3A3A3A. Windows color (decimal): -12962720 or 6304826. OLE color: 6304826.
HSL color Cylindrical-coordinate representation of color #3A3460: hue angle of 248.18º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3A3460 is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 58 | 52 | 96 | - |
| CMYK | 0.40 | 0.46 | 0 | 0.62 |
| HSL | 248.18º | 0.3% | 0.29% | - |
| HSV(B) | 248.18º | 0.46% | 0.38% | - |
| XYZ | 5.08 | 4.2 | 11.61 | - |
| YUV | 58.81 | 148.99 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 52 | 96 | 0.40 | 0.46 | 0 | 0.62 | 248.18 | 0.3 | 0.29 |
| Hex | 3A | 34 | 60 | 28 | 2E | 0 | 3E | F8 | 1E | 1D |
| Octal | 72 | 64 | 140 | 50 | 56 | 0 | 76 | 370 | 36 | 35 |
| Binary | 111010 | 110100 | 1100000 | 101000 | 101110 | 0 | 111110 | 11111000 | 11110 | 11101 |
Color Harmonies of #3A3460
Complementary color
Monochromatic Colors of #3A3460
Black with #3A3460
Text Example
Text Example
White with #3A3460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3460; }
p { color: rgb(58,52,96); }
H1.HeaderClassName
{
color: #3A3460;
}
.AnyTagClassName
{
color: #3A3460;
}
</style>
background-color css
<style>
a { background-color: #3A3460; }
a { background-color: rgb(58,52,96); }
div.DivClassName
{
background-color: #3A3460;
}
.BgClassName
{
background-color: #3A3460;
}
</style>
border-color css
<style>
span { border-color: #3A3460; }
span { border-color: rgb(58,52,96); }
td.TdClassName
{
border-color: #3A3460;
}
.TagClassName
{
border-color: #3A3460;
}
</style>