Shades of Jacarta #3F365D
Tints of Jacarta #3F365D
RGB
CMYK
RGB Variations
Color information
#3F365D (or 0x3F365D) is known color: Jacarta. HEX triplet: 3F, 36 and 5D. RGB value is (63,54,93). Sum of RGB (Red+Green+Blue) = 63+54+93=210 (27% of max value = 765). Red value is 63 (25% from 255 or 30% from 210); Green value is 54 (21.48% from 255 or 25.71% from 210); Blue value is 93 (36.72% from 255 or 44.29% from 210); Max value from RGB is 93 - color contains mainly: blue. Hex color #3F365D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F365D is #C0C9A2. Grayscale: #3C3C3C. Windows color (decimal): -12634531 or 6108735. OLE color: 6108735.
HSL color Cylindrical-coordinate representation of color #3F365D: hue angle of 253.85º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3F365D is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 63 | 54 | 93 | - |
| CMYK | 0.32 | 0.42 | 0 | 0.64 |
| HSL | 253.85º | 0.27% | 0.29% | - |
| HSV(B) | 253.85º | 0.42% | 0.36% | - |
| XYZ | 5.34 | 4.49 | 10.94 | - |
| YUV | 61.14 | 145.98 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 54 | 93 | 0.32 | 0.42 | 0 | 0.64 | 253.85 | 0.27 | 0.29 |
| Hex | 3F | 36 | 5D | 20 | 2A | 0 | 40 | FE | 1B | 1D |
| Octal | 77 | 66 | 135 | 40 | 52 | 0 | 100 | 376 | 33 | 35 |
| Binary | 111111 | 110110 | 1011101 | 100000 | 101010 | 0 | 1000000 | 11111110 | 11011 | 11101 |
Color Harmonies of #3F365D
Complementary color
Monochromatic Colors of #3F365D
Black with #3F365D
Text Example
Text Example
White with #3F365D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F365D; }
p { color: rgb(63,54,93); }
H1.HeaderClassName
{
color: #3F365D;
}
.AnyTagClassName
{
color: #3F365D;
}
</style>
background-color css
<style>
a { background-color: #3F365D; }
a { background-color: rgb(63,54,93); }
div.DivClassName
{
background-color: #3F365D;
}
.BgClassName
{
background-color: #3F365D;
}
</style>
border-color css
<style>
span { border-color: #3F365D; }
span { border-color: rgb(63,54,93); }
td.TdClassName
{
border-color: #3F365D;
}
.TagClassName
{
border-color: #3F365D;
}
</style>