Shades of Jacarta #3F365C
Tints of Jacarta #3F365C
RGB
CMYK
RGB Variations
Color information
#3F365C (or 0x3F365C) is known color: Jacarta. HEX triplet: 3F, 36 and 5C. RGB value is (63,54,92). Sum of RGB (Red+Green+Blue) = 63+54+92=209 (27% of max value = 765). Red value is 63 (25% from 255 or 30.14% from 209); Green value is 54 (21.48% from 255 or 25.84% from 209); Blue value is 92 (36.33% from 255 or 44.02% from 209); Max value from RGB is 92 - color contains mainly: blue. Hex color #3F365C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F365C is #C0C9A3. Grayscale: #3C3C3C. Windows color (decimal): -12634532 or 6043199. OLE color: 6043199.
HSL color Cylindrical-coordinate representation of color #3F365C: hue angle of 254.21º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3F365C is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 63 | 54 | 92 | - |
| CMYK | 0.32 | 0.41 | 0 | 0.64 |
| HSL | 254.21º | 0.26% | 0.29% | - |
| HSV(B) | 254.21º | 0.41% | 0.36% | - |
| XYZ | 5.3 | 4.47 | 10.71 | - |
| YUV | 61.02 | 145.48 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 54 | 92 | 0.32 | 0.41 | 0 | 0.64 | 254.21 | 0.26 | 0.29 |
| Hex | 3F | 36 | 5C | 20 | 29 | 0 | 40 | FE | 1A | 1D |
| Octal | 77 | 66 | 134 | 40 | 51 | 0 | 100 | 376 | 32 | 35 |
| Binary | 111111 | 110110 | 1011100 | 100000 | 101001 | 0 | 1000000 | 11111110 | 11010 | 11101 |
Color Harmonies of #3F365C
Complementary color
Monochromatic Colors of #3F365C
Black with #3F365C
Text Example
Text Example
White with #3F365C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F365C; }
p { color: rgb(63,54,92); }
H1.HeaderClassName
{
color: #3F365C;
}
.AnyTagClassName
{
color: #3F365C;
}
</style>
background-color css
<style>
a { background-color: #3F365C; }
a { background-color: rgb(63,54,92); }
div.DivClassName
{
background-color: #3F365C;
}
.BgClassName
{
background-color: #3F365C;
}
</style>
border-color css
<style>
span { border-color: #3F365C; }
span { border-color: rgb(63,54,92); }
td.TdClassName
{
border-color: #3F365C;
}
.TagClassName
{
border-color: #3F365C;
}
</style>