Shades of Jacarta #3F345A
Tints of Jacarta #3F345A
RGB
CMYK
RGB Variations
Color information
#3F345A (or 0x3F345A) is known color: Jacarta. HEX triplet: 3F, 34 and 5A. RGB value is (63,52,90). Sum of RGB (Red+Green+Blue) = 63+52+90=205 (27% of max value = 765). Red value is 63 (25% from 255 or 30.73% from 205); Green value is 52 (20.70% from 255 or 25.37% from 205); Blue value is 90 (35.55% from 255 or 43.90% from 205); Max value from RGB is 90 - color contains mainly: blue. Hex color #3F345A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F345A is #C0CBA5. Grayscale: #3B3B3B. Windows color (decimal): -12635046 or 5911615. OLE color: 5911615.
HSL color Cylindrical-coordinate representation of color #3F345A: hue angle of 257.37º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3F345A is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 63 | 52 | 90 | - |
| CMYK | 0.30 | 0.42 | 0 | 0.65 |
| HSL | 257.37º | 0.27% | 0.28% | - |
| HSV(B) | 257.37º | 0.42% | 0.35% | - |
| XYZ | 5.12 | 4.25 | 10.22 | - |
| YUV | 59.62 | 145.14 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 52 | 90 | 0.30 | 0.42 | 0 | 0.65 | 257.37 | 0.27 | 0.28 |
| Hex | 3F | 34 | 5A | 1E | 2A | 0 | 41 | 101 | 1B | 1C |
| Octal | 77 | 64 | 132 | 36 | 52 | 0 | 101 | 401 | 33 | 34 |
| Binary | 111111 | 110100 | 1011010 | 11110 | 101010 | 0 | 1000001 | 100000001 | 11011 | 11100 |
Color Harmonies of #3F345A
Complementary color
Monochromatic Colors of #3F345A
Black with #3F345A
Text Example
Text Example
White with #3F345A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F345A; }
p { color: rgb(63,52,90); }
H1.HeaderClassName
{
color: #3F345A;
}
.AnyTagClassName
{
color: #3F345A;
}
</style>
background-color css
<style>
a { background-color: #3F345A; }
a { background-color: rgb(63,52,90); }
div.DivClassName
{
background-color: #3F345A;
}
.BgClassName
{
background-color: #3F345A;
}
</style>
border-color css
<style>
span { border-color: #3F345A; }
span { border-color: rgb(63,52,90); }
td.TdClassName
{
border-color: #3F345A;
}
.TagClassName
{
border-color: #3F345A;
}
</style>