Shades of Jacarta #3E3460
Tints of Jacarta #3E3460
RGB
CMYK
RGB Variations
Color information
#3E3460 (or 0x3E3460) is known color: Jacarta. HEX triplet: 3E, 34 and 60. RGB value is (62,52,96). Sum of RGB (Red+Green+Blue) = 62+52+96=210 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.52% from 210); Green value is 52 (20.70% from 255 or 24.76% from 210); Blue value is 96 (37.89% from 255 or 45.71% from 210); Max value from RGB is 96 - color contains mainly: blue. Hex color #3E3460 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3460 is #C1CB9F. Grayscale: #3B3B3B. Windows color (decimal): -12700576 or 6304830. OLE color: 6304830.
HSL color Cylindrical-coordinate representation of color #3E3460: hue angle of 253.64º 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 #3E3460 is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 62 | 52 | 96 | - |
| CMYK | 0.35 | 0.46 | 0 | 0.62 |
| HSL | 253.64º | 0.3% | 0.29% | - |
| HSV(B) | 253.64º | 0.46% | 0.38% | - |
| XYZ | 5.33 | 4.32 | 11.62 | - |
| YUV | 60.01 | 148.31 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 52 | 96 | 0.35 | 0.46 | 0 | 0.62 | 253.64 | 0.3 | 0.29 |
| Hex | 3E | 34 | 60 | 23 | 2E | 0 | 3E | FE | 1E | 1D |
| Octal | 76 | 64 | 140 | 43 | 56 | 0 | 76 | 376 | 36 | 35 |
| Binary | 111110 | 110100 | 1100000 | 100011 | 101110 | 0 | 111110 | 11111110 | 11110 | 11101 |
Color Harmonies of #3E3460
Complementary color
Monochromatic Colors of #3E3460
Black with #3E3460
Text Example
Text Example
White with #3E3460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3460; }
p { color: rgb(62,52,96); }
H1.HeaderClassName
{
color: #3E3460;
}
.AnyTagClassName
{
color: #3E3460;
}
</style>
background-color css
<style>
a { background-color: #3E3460; }
a { background-color: rgb(62,52,96); }
div.DivClassName
{
background-color: #3E3460;
}
.BgClassName
{
background-color: #3E3460;
}
</style>
border-color css
<style>
span { border-color: #3E3460; }
span { border-color: rgb(62,52,96); }
td.TdClassName
{
border-color: #3E3460;
}
.TagClassName
{
border-color: #3E3460;
}
</style>