Shades of Jacarta #3F3B5A
Tints of Jacarta #3F3B5A
RGB
CMYK
RGB Variations
Color information
#3F3B5A (or 0x3F3B5A) is known color: Jacarta. HEX triplet: 3F, 3B and 5A. RGB value is (63,59,90). Sum of RGB (Red+Green+Blue) = 63+59+90=212 (28% of max value = 765). Red value is 63 (25% from 255 or 29.72% from 212); Green value is 59 (23.44% from 255 or 27.83% from 212); Blue value is 90 (35.55% from 255 or 42.45% from 212); Max value from RGB is 90 - color contains mainly: blue. Hex color #3F3B5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3B5A is #C0C4A5. Grayscale: #3F3F3F. Windows color (decimal): -12633254 or 5913407. OLE color: 5913407.
HSL color Cylindrical-coordinate representation of color #3F3B5A: hue angle of 247.74º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3F3B5A is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 63 | 59 | 90 | - |
| CMYK | 0.30 | 0.34 | 0 | 0.65 |
| HSL | 247.74º | 0.21% | 0.29% | - |
| HSV(B) | 247.74º | 0.34% | 0.35% | - |
| XYZ | 5.46 | 4.92 | 10.34 | - |
| YUV | 63.73 | 142.83 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 59 | 90 | 0.30 | 0.34 | 0 | 0.65 | 247.74 | 0.21 | 0.29 |
| Hex | 3F | 3B | 5A | 1E | 22 | 0 | 41 | F8 | 15 | 1D |
| Octal | 77 | 73 | 132 | 36 | 42 | 0 | 101 | 370 | 25 | 35 |
| Binary | 111111 | 111011 | 1011010 | 11110 | 100010 | 0 | 1000001 | 11111000 | 10101 | 11101 |
Color Harmonies of #3F3B5A
Complementary color
Monochromatic Colors of #3F3B5A
Black with #3F3B5A
Text Example
Text Example
White with #3F3B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3B5A; }
p { color: rgb(63,59,90); }
H1.HeaderClassName
{
color: #3F3B5A;
}
.AnyTagClassName
{
color: #3F3B5A;
}
</style>
background-color css
<style>
a { background-color: #3F3B5A; }
a { background-color: rgb(63,59,90); }
div.DivClassName
{
background-color: #3F3B5A;
}
.BgClassName
{
background-color: #3F3B5A;
}
</style>
border-color css
<style>
span { border-color: #3F3B5A; }
span { border-color: rgb(63,59,90); }
td.TdClassName
{
border-color: #3F3B5A;
}
.TagClassName
{
border-color: #3F3B5A;
}
</style>