Shades of Jacarta #3F3455
Tints of Jacarta #3F3455
RGB
CMYK
RGB Variations
Color information
#3F3455 (or 0x3F3455) is known color: Jacarta. HEX triplet: 3F, 34 and 55. RGB value is (63,52,85). Sum of RGB (Red+Green+Blue) = 63+52+85=200 (26% of max value = 765). Red value is 63 (25% from 255 or 31.5% from 200); Green value is 52 (20.70% from 255 or 26% from 200); Blue value is 85 (33.59% from 255 or 42.5% from 200); Max value from RGB is 85 - color contains mainly: blue. Hex color #3F3455 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3455 is #C0CBAA. Grayscale: #3A3A3A. Windows color (decimal): -12635051 or 5583935. OLE color: 5583935.
HSL color Cylindrical-coordinate representation of color #3F3455: hue angle of 260º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3F3455 is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 52 | 85 | - |
| CMYK | 0.26 | 0.39 | 0 | 0.67 |
| HSL | 260º | 0.24% | 0.27% | - |
| HSV(B) | 260º | 0.39% | 0.33% | - |
| XYZ | 4.92 | 4.17 | 9.14 | - |
| YUV | 59.05 | 142.64 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 52 | 85 | 0.26 | 0.39 | 0 | 0.67 | 260 | 0.24 | 0.27 |
| Hex | 3F | 34 | 55 | 1A | 27 | 0 | 43 | 104 | 18 | 1B |
| Octal | 77 | 64 | 125 | 32 | 47 | 0 | 103 | 404 | 30 | 33 |
| Binary | 111111 | 110100 | 1010101 | 11010 | 100111 | 0 | 1000011 | 100000100 | 11000 | 11011 |
Color Harmonies of #3F3455
Complementary color
Monochromatic Colors of #3F3455
Black with #3F3455
Text Example
Text Example
White with #3F3455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3455; }
p { color: rgb(63,52,85); }
H1.HeaderClassName
{
color: #3F3455;
}
.AnyTagClassName
{
color: #3F3455;
}
</style>
background-color css
<style>
a { background-color: #3F3455; }
a { background-color: rgb(63,52,85); }
div.DivClassName
{
background-color: #3F3455;
}
.BgClassName
{
background-color: #3F3455;
}
</style>
border-color css
<style>
span { border-color: #3F3455; }
span { border-color: rgb(63,52,85); }
td.TdClassName
{
border-color: #3F3455;
}
.TagClassName
{
border-color: #3F3455;
}
</style>