Shades of Jacarta #3E345B
Tints of Jacarta #3E345B
RGB
CMYK
RGB Variations
Color information
#3E345B (or 0x3E345B) is known color: Jacarta. HEX triplet: 3E, 34 and 5B. RGB value is (62,52,91). Sum of RGB (Red+Green+Blue) = 62+52+91=205 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.24% from 205); Green value is 52 (20.70% from 255 or 25.37% from 205); Blue value is 91 (35.94% from 255 or 44.39% from 205); Max value from RGB is 91 - color contains mainly: blue. Hex color #3E345B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E345B is #C1CBA4. Grayscale: #3B3B3B. Windows color (decimal): -12700581 or 5977150. OLE color: 5977150.
HSL color Cylindrical-coordinate representation of color #3E345B: hue angle of 255.38º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3E345B is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 62 | 52 | 91 | - |
| CMYK | 0.32 | 0.43 | 0 | 0.64 |
| HSL | 255.38º | 0.27% | 0.28% | - |
| HSV(B) | 255.38º | 0.43% | 0.36% | - |
| XYZ | 5.1 | 4.24 | 10.45 | - |
| YUV | 59.44 | 145.81 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 52 | 91 | 0.32 | 0.43 | 0 | 0.64 | 255.38 | 0.27 | 0.28 |
| Hex | 3E | 34 | 5B | 20 | 2B | 0 | 40 | FF | 1B | 1C |
| Octal | 76 | 64 | 133 | 40 | 53 | 0 | 100 | 377 | 33 | 34 |
| Binary | 111110 | 110100 | 1011011 | 100000 | 101011 | 0 | 1000000 | 11111111 | 11011 | 11100 |
Color Harmonies of #3E345B
Complementary color
Monochromatic Colors of #3E345B
Black with #3E345B
Text Example
Text Example
White with #3E345B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E345B; }
p { color: rgb(62,52,91); }
H1.HeaderClassName
{
color: #3E345B;
}
.AnyTagClassName
{
color: #3E345B;
}
</style>
background-color css
<style>
a { background-color: #3E345B; }
a { background-color: rgb(62,52,91); }
div.DivClassName
{
background-color: #3E345B;
}
.BgClassName
{
background-color: #3E345B;
}
</style>
border-color css
<style>
span { border-color: #3E345B; }
span { border-color: rgb(62,52,91); }
td.TdClassName
{
border-color: #3E345B;
}
.TagClassName
{
border-color: #3E345B;
}
</style>