Shades of Jacarta #3F3856
Tints of Jacarta #3F3856
RGB
CMYK
RGB Variations
Color information
#3F3856 (or 0x3F3856) is known color: Jacarta. HEX triplet: 3F, 38 and 56. RGB value is (63,56,86). Sum of RGB (Red+Green+Blue) = 63+56+86=205 (27% of max value = 765). Red value is 63 (25% from 255 or 30.73% from 205); Green value is 56 (22.27% from 255 or 27.32% from 205); Blue value is 86 (33.98% from 255 or 41.95% from 205); Max value from RGB is 86 - color contains mainly: blue. Hex color #3F3856 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3856 is #C0C7A9. Grayscale: #3D3D3D. Windows color (decimal): -12634026 or 5650495. OLE color: 5650495.
HSL color Cylindrical-coordinate representation of color #3F3856: hue angle of 254º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3F3856 is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 63 | 56 | 86 | - |
| CMYK | 0.27 | 0.35 | 0 | 0.66 |
| HSL | 254º | 0.21% | 0.28% | - |
| HSV(B) | 254º | 0.35% | 0.34% | - |
| XYZ | 5.14 | 4.56 | 9.41 | - |
| YUV | 61.51 | 141.82 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 56 | 86 | 0.27 | 0.35 | 0 | 0.66 | 254 | 0.21 | 0.28 |
| Hex | 3F | 38 | 56 | 1B | 23 | 0 | 42 | FE | 15 | 1C |
| Octal | 77 | 70 | 126 | 33 | 43 | 0 | 102 | 376 | 25 | 34 |
| Binary | 111111 | 111000 | 1010110 | 11011 | 100011 | 0 | 1000010 | 11111110 | 10101 | 11100 |
Color Harmonies of #3F3856
Complementary color
Monochromatic Colors of #3F3856
Black with #3F3856
Text Example
Text Example
White with #3F3856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3856; }
p { color: rgb(63,56,86); }
H1.HeaderClassName
{
color: #3F3856;
}
.AnyTagClassName
{
color: #3F3856;
}
</style>
background-color css
<style>
a { background-color: #3F3856; }
a { background-color: rgb(63,56,86); }
div.DivClassName
{
background-color: #3F3856;
}
.BgClassName
{
background-color: #3F3856;
}
</style>
border-color css
<style>
span { border-color: #3F3856; }
span { border-color: rgb(63,56,86); }
td.TdClassName
{
border-color: #3F3856;
}
.TagClassName
{
border-color: #3F3856;
}
</style>