Shades of Jacarta #3F345F
Tints of Jacarta #3F345F
RGB
CMYK
RGB Variations
Color information
#3F345F (or 0x3F345F) is known color: Jacarta. HEX triplet: 3F, 34 and 5F. RGB value is (63,52,95). Sum of RGB (Red+Green+Blue) = 63+52+95=210 (27% of max value = 765). Red value is 63 (25% from 255 or 30% from 210); Green value is 52 (20.70% from 255 or 24.76% from 210); Blue value is 95 (37.5% from 255 or 45.24% from 210); Max value from RGB is 95 - color contains mainly: blue. Hex color #3F345F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F345F is #C0CBA0. Grayscale: #3C3C3C. Windows color (decimal): -12635041 or 6239295. OLE color: 6239295.
HSL color Cylindrical-coordinate representation of color #3F345F: hue angle of 255.35º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3F345F is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 63 | 52 | 95 | - |
| CMYK | 0.34 | 0.45 | 0 | 0.63 |
| HSL | 255.35º | 0.29% | 0.29% | - |
| HSV(B) | 255.35º | 0.45% | 0.37% | - |
| XYZ | 5.34 | 4.34 | 11.38 | - |
| YUV | 60.19 | 147.64 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 52 | 95 | 0.34 | 0.45 | 0 | 0.63 | 255.35 | 0.29 | 0.29 |
| Hex | 3F | 34 | 5F | 22 | 2D | 0 | 3F | FF | 1D | 1D |
| Octal | 77 | 64 | 137 | 42 | 55 | 0 | 77 | 377 | 35 | 35 |
| Binary | 111111 | 110100 | 1011111 | 100010 | 101101 | 0 | 111111 | 11111111 | 11101 | 11101 |
Color Harmonies of #3F345F
Complementary color
Monochromatic Colors of #3F345F
Black with #3F345F
Text Example
Text Example
White with #3F345F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F345F; }
p { color: rgb(63,52,95); }
H1.HeaderClassName
{
color: #3F345F;
}
.AnyTagClassName
{
color: #3F345F;
}
</style>
background-color css
<style>
a { background-color: #3F345F; }
a { background-color: rgb(63,52,95); }
div.DivClassName
{
background-color: #3F345F;
}
.BgClassName
{
background-color: #3F345F;
}
</style>
border-color css
<style>
span { border-color: #3F345F; }
span { border-color: rgb(63,52,95); }
td.TdClassName
{
border-color: #3F345F;
}
.TagClassName
{
border-color: #3F345F;
}
</style>