Shades of Jacarta #3F3461
Tints of Jacarta #3F3461
RGB
CMYK
RGB Variations
Color information
#3F3461 (or 0x3F3461) is known color: Jacarta. HEX triplet: 3F, 34 and 61. RGB value is (63,52,97). Sum of RGB (Red+Green+Blue) = 63+52+97=212 (28% of max value = 765). Red value is 63 (25% from 255 or 29.72% from 212); Green value is 52 (20.70% from 255 or 24.53% from 212); Blue value is 97 (38.28% from 255 or 45.75% from 212); Max value from RGB is 97 - color contains mainly: blue. Hex color #3F3461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3461 is #C0CB9E. Grayscale: #3C3C3C. Windows color (decimal): -12635039 or 6370367. OLE color: 6370367.
HSL color Cylindrical-coordinate representation of color #3F3461: hue angle of 254.67º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3F3461 is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 63 | 52 | 97 | - |
| CMYK | 0.35 | 0.46 | 0 | 0.62 |
| HSL | 254.67º | 0.3% | 0.29% | - |
| HSV(B) | 254.67º | 0.46% | 0.38% | - |
| XYZ | 5.44 | 4.38 | 11.87 | - |
| YUV | 60.42 | 148.64 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 52 | 97 | 0.35 | 0.46 | 0 | 0.62 | 254.67 | 0.3 | 0.29 |
| Hex | 3F | 34 | 61 | 23 | 2E | 0 | 3E | FF | 1E | 1D |
| Octal | 77 | 64 | 141 | 43 | 56 | 0 | 76 | 377 | 36 | 35 |
| Binary | 111111 | 110100 | 1100001 | 100011 | 101110 | 0 | 111110 | 11111111 | 11110 | 11101 |
Color Harmonies of #3F3461
Complementary color
Monochromatic Colors of #3F3461
Black with #3F3461
Text Example
Text Example
White with #3F3461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3461; }
p { color: rgb(63,52,97); }
H1.HeaderClassName
{
color: #3F3461;
}
.AnyTagClassName
{
color: #3F3461;
}
</style>
background-color css
<style>
a { background-color: #3F3461; }
a { background-color: rgb(63,52,97); }
div.DivClassName
{
background-color: #3F3461;
}
.BgClassName
{
background-color: #3F3461;
}
</style>
border-color css
<style>
span { border-color: #3F3461; }
span { border-color: rgb(63,52,97); }
td.TdClassName
{
border-color: #3F3461;
}
.TagClassName
{
border-color: #3F3461;
}
</style>