Shades of Jacarta #3F3658
Tints of Jacarta #3F3658
RGB
CMYK
RGB Variations
Color information
#3F3658 (or 0x3F3658) is known color: Jacarta. HEX triplet: 3F, 36 and 58. RGB value is (63,54,88). Sum of RGB (Red+Green+Blue) = 63+54+88=205 (27% of max value = 765). Red value is 63 (25% from 255 or 30.73% from 205); Green value is 54 (21.48% from 255 or 26.34% from 205); Blue value is 88 (34.77% from 255 or 42.93% from 205); Max value from RGB is 88 - color contains mainly: blue. Hex color #3F3658 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3658 is #C0C9A7. Grayscale: #3C3C3C. Windows color (decimal): -12634536 or 5781055. OLE color: 5781055.
HSL color Cylindrical-coordinate representation of color #3F3658: hue angle of 255.88º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3F3658 is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 63 | 54 | 88 | - |
| CMYK | 0.28 | 0.39 | 0 | 0.65 |
| HSL | 255.88º | 0.24% | 0.28% | - |
| HSV(B) | 255.88º | 0.39% | 0.35% | - |
| XYZ | 5.13 | 4.4 | 9.81 | - |
| YUV | 60.57 | 143.48 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 54 | 88 | 0.28 | 0.39 | 0 | 0.65 | 255.88 | 0.24 | 0.28 |
| Hex | 3F | 36 | 58 | 1C | 27 | 0 | 41 | 100 | 18 | 1C |
| Octal | 77 | 66 | 130 | 34 | 47 | 0 | 101 | 400 | 30 | 34 |
| Binary | 111111 | 110110 | 1011000 | 11100 | 100111 | 0 | 1000001 | 100000000 | 11000 | 11100 |
Color Harmonies of #3F3658
Complementary color
Monochromatic Colors of #3F3658
Black with #3F3658
Text Example
Text Example
White with #3F3658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3658; }
p { color: rgb(63,54,88); }
H1.HeaderClassName
{
color: #3F3658;
}
.AnyTagClassName
{
color: #3F3658;
}
</style>
background-color css
<style>
a { background-color: #3F3658; }
a { background-color: rgb(63,54,88); }
div.DivClassName
{
background-color: #3F3658;
}
.BgClassName
{
background-color: #3F3658;
}
</style>
border-color css
<style>
span { border-color: #3F3658; }
span { border-color: rgb(63,54,88); }
td.TdClassName
{
border-color: #3F3658;
}
.TagClassName
{
border-color: #3F3658;
}
</style>