Shades of Jacarta #3F3757
Tints of Jacarta #3F3757
RGB
CMYK
RGB Variations
Color information
#3F3757 (or 0x3F3757) is known color: Jacarta. HEX triplet: 3F, 37 and 57. RGB value is (63,55,87). Sum of RGB (Red+Green+Blue) = 63+55+87=205 (27% of max value = 765). Red value is 63 (25% from 255 or 30.73% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 87 (34.38% from 255 or 42.44% from 205); Max value from RGB is 87 - color contains mainly: blue. Hex color #3F3757 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3757 is #C0C8A8. Grayscale: #3C3C3C. Windows color (decimal): -12634281 or 5715775. OLE color: 5715775.
HSL color Cylindrical-coordinate representation of color #3F3757: hue angle of 255º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3F3757 is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 63 | 55 | 87 | - |
| CMYK | 0.28 | 0.37 | 0 | 0.66 |
| HSL | 255º | 0.23% | 0.28% | - |
| HSV(B) | 255º | 0.37% | 0.34% | - |
| XYZ | 5.14 | 4.48 | 9.61 | - |
| YUV | 61.04 | 142.65 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 55 | 87 | 0.28 | 0.37 | 0 | 0.66 | 255 | 0.23 | 0.28 |
| Hex | 3F | 37 | 57 | 1C | 25 | 0 | 42 | FF | 17 | 1C |
| Octal | 77 | 67 | 127 | 34 | 45 | 0 | 102 | 377 | 27 | 34 |
| Binary | 111111 | 110111 | 1010111 | 11100 | 100101 | 0 | 1000010 | 11111111 | 10111 | 11100 |
Color Harmonies of #3F3757
Complementary color
Monochromatic Colors of #3F3757
Black with #3F3757
Text Example
Text Example
White with #3F3757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3757; }
p { color: rgb(63,55,87); }
H1.HeaderClassName
{
color: #3F3757;
}
.AnyTagClassName
{
color: #3F3757;
}
</style>
background-color css
<style>
a { background-color: #3F3757; }
a { background-color: rgb(63,55,87); }
div.DivClassName
{
background-color: #3F3757;
}
.BgClassName
{
background-color: #3F3757;
}
</style>
border-color css
<style>
span { border-color: #3F3757; }
span { border-color: rgb(63,55,87); }
td.TdClassName
{
border-color: #3F3757;
}
.TagClassName
{
border-color: #3F3757;
}
</style>