Shades of Jacarta #3F385D
Tints of Jacarta #3F385D
RGB
CMYK
RGB Variations
Color information
#3F385D (or 0x3F385D) is known color: Jacarta. HEX triplet: 3F, 38 and 5D. RGB value is (63,56,93). Sum of RGB (Red+Green+Blue) = 63+56+93=212 (28% of max value = 765). Red value is 63 (25% from 255 or 29.72% from 212); Green value is 56 (22.27% from 255 or 26.42% from 212); Blue value is 93 (36.72% from 255 or 43.87% from 212); Max value from RGB is 93 - color contains mainly: blue. Hex color #3F385D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F385D is #C0C7A2. Grayscale: #3E3E3E. Windows color (decimal): -12634019 or 6109247. OLE color: 6109247.
HSL color Cylindrical-coordinate representation of color #3F385D: hue angle of 251.35º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3F385D is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 63 | 56 | 93 | - |
| CMYK | 0.32 | 0.40 | 0 | 0.64 |
| HSL | 251.35º | 0.25% | 0.29% | - |
| HSV(B) | 251.35º | 0.4% | 0.36% | - |
| XYZ | 5.44 | 4.68 | 10.97 | - |
| YUV | 62.31 | 145.32 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 56 | 93 | 0.32 | 0.40 | 0 | 0.64 | 251.35 | 0.25 | 0.29 |
| Hex | 3F | 38 | 5D | 20 | 28 | 0 | 40 | FB | 19 | 1D |
| Octal | 77 | 70 | 135 | 40 | 50 | 0 | 100 | 373 | 31 | 35 |
| Binary | 111111 | 111000 | 1011101 | 100000 | 101000 | 0 | 1000000 | 11111011 | 11001 | 11101 |
Color Harmonies of #3F385D
Complementary color
Monochromatic Colors of #3F385D
Black with #3F385D
Text Example
Text Example
White with #3F385D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F385D; }
p { color: rgb(63,56,93); }
H1.HeaderClassName
{
color: #3F385D;
}
.AnyTagClassName
{
color: #3F385D;
}
</style>
background-color css
<style>
a { background-color: #3F385D; }
a { background-color: rgb(63,56,93); }
div.DivClassName
{
background-color: #3F385D;
}
.BgClassName
{
background-color: #3F385D;
}
</style>
border-color css
<style>
span { border-color: #3F385D; }
span { border-color: rgb(63,56,93); }
td.TdClassName
{
border-color: #3F385D;
}
.TagClassName
{
border-color: #3F385D;
}
</style>