Shades of Jacarta #3E3057
Tints of Jacarta #3E3057
RGB
CMYK
RGB Variations
Color information
#3E3057 (or 0x3E3057) is known color: Jacarta. HEX triplet: 3E, 30 and 57. RGB value is (62,48,87). Sum of RGB (Red+Green+Blue) = 62+48+87=197 (26% of max value = 765). Red value is 62 (24.61% from 255 or 31.47% from 197); Green value is 48 (19.14% from 255 or 24.37% from 197); Blue value is 87 (34.38% from 255 or 44.16% from 197); Max value from RGB is 87 - color contains mainly: blue. Hex color #3E3057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3057 is #C1CFA8. Grayscale: #383838. Windows color (decimal): -12701609 or 5713982. OLE color: 5713982.
HSL color Cylindrical-coordinate representation of color #3E3057: hue angle of 261.54º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3E3057 is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 62 | 48 | 87 | - |
| CMYK | 0.29 | 0.45 | 0 | 0.66 |
| HSL | 261.54º | 0.29% | 0.26% | - |
| HSV(B) | 261.54º | 0.45% | 0.34% | - |
| XYZ | 4.76 | 3.83 | 9.5 | - |
| YUV | 56.63 | 145.14 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 48 | 87 | 0.29 | 0.45 | 0 | 0.66 | 261.54 | 0.29 | 0.26 |
| Hex | 3E | 30 | 57 | 1D | 2D | 0 | 42 | 106 | 1D | 1A |
| Octal | 76 | 60 | 127 | 35 | 55 | 0 | 102 | 406 | 35 | 32 |
| Binary | 111110 | 110000 | 1010111 | 11101 | 101101 | 0 | 1000010 | 100000110 | 11101 | 11010 |
Color Harmonies of #3E3057
Complementary color
Monochromatic Colors of #3E3057
Black with #3E3057
Text Example
Text Example
White with #3E3057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3057; }
p { color: rgb(62,48,87); }
H1.HeaderClassName
{
color: #3E3057;
}
.AnyTagClassName
{
color: #3E3057;
}
</style>
background-color css
<style>
a { background-color: #3E3057; }
a { background-color: rgb(62,48,87); }
div.DivClassName
{
background-color: #3E3057;
}
.BgClassName
{
background-color: #3E3057;
}
</style>
border-color css
<style>
span { border-color: #3E3057; }
span { border-color: rgb(62,48,87); }
td.TdClassName
{
border-color: #3E3057;
}
.TagClassName
{
border-color: #3E3057;
}
</style>