Shades of Jacarta #3F3656
Tints of Jacarta #3F3656
RGB
CMYK
RGB Variations
Color information
#3F3656 (or 0x3F3656) is known color: Jacarta. HEX triplet: 3F, 36 and 56. RGB value is (63,54,86). Sum of RGB (Red+Green+Blue) = 63+54+86=203 (26% of max value = 765). Red value is 63 (25% from 255 or 31.03% from 203); Green value is 54 (21.48% from 255 or 26.60% from 203); Blue value is 86 (33.98% from 255 or 42.36% from 203); Max value from RGB is 86 - color contains mainly: blue. Hex color #3F3656 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3656 is #C0C9A9. Grayscale: #3C3C3C. Windows color (decimal): -12634538 or 5649983. OLE color: 5649983.
HSL color Cylindrical-coordinate representation of color #3F3656: hue angle of 256.88º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3F3656 is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 63 | 54 | 86 | - |
| CMYK | 0.27 | 0.37 | 0 | 0.66 |
| HSL | 256.88º | 0.23% | 0.27% | - |
| HSV(B) | 256.88º | 0.37% | 0.34% | - |
| XYZ | 5.05 | 4.37 | 9.38 | - |
| YUV | 60.34 | 142.48 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 54 | 86 | 0.27 | 0.37 | 0 | 0.66 | 256.88 | 0.23 | 0.27 |
| Hex | 3F | 36 | 56 | 1B | 25 | 0 | 42 | 101 | 17 | 1B |
| Octal | 77 | 66 | 126 | 33 | 45 | 0 | 102 | 401 | 27 | 33 |
| Binary | 111111 | 110110 | 1010110 | 11011 | 100101 | 0 | 1000010 | 100000001 | 10111 | 11011 |
Color Harmonies of #3F3656
Complementary color
Monochromatic Colors of #3F3656
Black with #3F3656
Text Example
Text Example
White with #3F3656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3656; }
p { color: rgb(63,54,86); }
H1.HeaderClassName
{
color: #3F3656;
}
.AnyTagClassName
{
color: #3F3656;
}
</style>
background-color css
<style>
a { background-color: #3F3656; }
a { background-color: rgb(63,54,86); }
div.DivClassName
{
background-color: #3F3656;
}
.BgClassName
{
background-color: #3F3656;
}
</style>
border-color css
<style>
span { border-color: #3F3656; }
span { border-color: rgb(63,54,86); }
td.TdClassName
{
border-color: #3F3656;
}
.TagClassName
{
border-color: #3F3656;
}
</style>