Shades of Jacarta #3E385B
Tints of Jacarta #3E385B
RGB
CMYK
RGB Variations
Color information
#3E385B (or 0x3E385B) is known color: Jacarta. HEX triplet: 3E, 38 and 5B. RGB value is (62,56,91). Sum of RGB (Red+Green+Blue) = 62+56+91=209 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.67% from 209); Green value is 56 (22.27% from 255 or 26.79% from 209); Blue value is 91 (35.94% from 255 or 43.54% from 209); Max value from RGB is 91 - color contains mainly: blue. Hex color #3E385B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E385B is #C1C7A4. Grayscale: #3D3D3D. Windows color (decimal): -12699557 or 5978174. OLE color: 5978174.
HSL color Cylindrical-coordinate representation of color #3E385B: hue angle of 250.29º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3E385B is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 62 | 56 | 91 | - |
| CMYK | 0.32 | 0.38 | 0 | 0.64 |
| HSL | 250.29º | 0.24% | 0.29% | - |
| HSV(B) | 250.29º | 0.38% | 0.36% | - |
| XYZ | 5.29 | 4.61 | 10.51 | - |
| YUV | 61.78 | 144.49 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 56 | 91 | 0.32 | 0.38 | 0 | 0.64 | 250.29 | 0.24 | 0.29 |
| Hex | 3E | 38 | 5B | 20 | 26 | 0 | 40 | FA | 18 | 1D |
| Octal | 76 | 70 | 133 | 40 | 46 | 0 | 100 | 372 | 30 | 35 |
| Binary | 111110 | 111000 | 1011011 | 100000 | 100110 | 0 | 1000000 | 11111010 | 11000 | 11101 |
Color Harmonies of #3E385B
Complementary color
Monochromatic Colors of #3E385B
Black with #3E385B
Text Example
Text Example
White with #3E385B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E385B; }
p { color: rgb(62,56,91); }
H1.HeaderClassName
{
color: #3E385B;
}
.AnyTagClassName
{
color: #3E385B;
}
</style>
background-color css
<style>
a { background-color: #3E385B; }
a { background-color: rgb(62,56,91); }
div.DivClassName
{
background-color: #3E385B;
}
.BgClassName
{
background-color: #3E385B;
}
</style>
border-color css
<style>
span { border-color: #3E385B; }
span { border-color: rgb(62,56,91); }
td.TdClassName
{
border-color: #3E385B;
}
.TagClassName
{
border-color: #3E385B;
}
</style>