Shades of Jacarta #3E3658
Tints of Jacarta #3E3658
RGB
CMYK
RGB Variations
Color information
#3E3658 (or 0x3E3658) is known color: Jacarta. HEX triplet: 3E, 36 and 58. RGB value is (62,54,88). Sum of RGB (Red+Green+Blue) = 62+54+88=204 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.39% from 204); Green value is 54 (21.48% from 255 or 26.47% from 204); Blue value is 88 (34.77% from 255 or 43.14% from 204); Max value from RGB is 88 - color contains mainly: blue. Hex color #3E3658 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3658 is #C1C9A7. Grayscale: #3C3C3C. Windows color (decimal): -12700072 or 5781054. OLE color: 5781054.
HSL color Cylindrical-coordinate representation of color #3E3658: hue angle of 254.12º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3E3658 is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 62 | 54 | 88 | - |
| CMYK | 0.30 | 0.39 | 0 | 0.65 |
| HSL | 254.12º | 0.24% | 0.28% | - |
| HSV(B) | 254.12º | 0.39% | 0.35% | - |
| XYZ | 5.07 | 4.37 | 9.81 | - |
| YUV | 60.27 | 143.65 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 54 | 88 | 0.30 | 0.39 | 0 | 0.65 | 254.12 | 0.24 | 0.28 |
| Hex | 3E | 36 | 58 | 1E | 27 | 0 | 41 | FE | 18 | 1C |
| Octal | 76 | 66 | 130 | 36 | 47 | 0 | 101 | 376 | 30 | 34 |
| Binary | 111110 | 110110 | 1011000 | 11110 | 100111 | 0 | 1000001 | 11111110 | 11000 | 11100 |
Color Harmonies of #3E3658
Complementary color
Monochromatic Colors of #3E3658
Black with #3E3658
Text Example
Text Example
White with #3E3658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3658; }
p { color: rgb(62,54,88); }
H1.HeaderClassName
{
color: #3E3658;
}
.AnyTagClassName
{
color: #3E3658;
}
</style>
background-color css
<style>
a { background-color: #3E3658; }
a { background-color: rgb(62,54,88); }
div.DivClassName
{
background-color: #3E3658;
}
.BgClassName
{
background-color: #3E3658;
}
</style>
border-color css
<style>
span { border-color: #3E3658; }
span { border-color: rgb(62,54,88); }
td.TdClassName
{
border-color: #3E3658;
}
.TagClassName
{
border-color: #3E3658;
}
</style>