Shades of Jacarta #3E365B
Tints of Jacarta #3E365B
RGB
CMYK
RGB Variations
Color information
#3E365B (or 0x3E365B) is known color: Jacarta. HEX triplet: 3E, 36 and 5B. RGB value is (62,54,91). Sum of RGB (Red+Green+Blue) = 62+54+91=207 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.95% from 207); Green value is 54 (21.48% from 255 or 26.09% from 207); Blue value is 91 (35.94% from 255 or 43.96% from 207); Max value from RGB is 91 - color contains mainly: blue. Hex color #3E365B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E365B is #C1C9A4. Grayscale: #3C3C3C. Windows color (decimal): -12700069 or 5977662. OLE color: 5977662.
HSL color Cylindrical-coordinate representation of color #3E365B: hue angle of 252.97º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3E365B is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 62 | 54 | 91 | - |
| CMYK | 0.32 | 0.41 | 0 | 0.64 |
| HSL | 252.97º | 0.26% | 0.28% | - |
| HSV(B) | 252.97º | 0.41% | 0.36% | - |
| XYZ | 5.19 | 4.42 | 10.48 | - |
| YUV | 60.61 | 145.15 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 54 | 91 | 0.32 | 0.41 | 0 | 0.64 | 252.97 | 0.26 | 0.28 |
| Hex | 3E | 36 | 5B | 20 | 29 | 0 | 40 | FD | 1A | 1C |
| Octal | 76 | 66 | 133 | 40 | 51 | 0 | 100 | 375 | 32 | 34 |
| Binary | 111110 | 110110 | 1011011 | 100000 | 101001 | 0 | 1000000 | 11111101 | 11010 | 11100 |
Color Harmonies of #3E365B
Complementary color
Monochromatic Colors of #3E365B
Black with #3E365B
Text Example
Text Example
White with #3E365B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E365B; }
p { color: rgb(62,54,91); }
H1.HeaderClassName
{
color: #3E365B;
}
.AnyTagClassName
{
color: #3E365B;
}
</style>
background-color css
<style>
a { background-color: #3E365B; }
a { background-color: rgb(62,54,91); }
div.DivClassName
{
background-color: #3E365B;
}
.BgClassName
{
background-color: #3E365B;
}
</style>
border-color css
<style>
span { border-color: #3E365B; }
span { border-color: rgb(62,54,91); }
td.TdClassName
{
border-color: #3E365B;
}
.TagClassName
{
border-color: #3E365B;
}
</style>