Shades of Jacarta #403B56
Tints of Jacarta #403B56
RGB
CMYK
RGB Variations
Color information
#403B56 (or 0x403B56) is known color: Jacarta. HEX triplet: 40, 3B and 56. RGB value is (64,59,86). Sum of RGB (Red+Green+Blue) = 64+59+86=209 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.62% from 209); Green value is 59 (23.44% from 255 or 28.23% from 209); Blue value is 86 (33.98% from 255 or 41.15% from 209); Max value from RGB is 86 - color contains mainly: blue. Hex color #403B56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403B56 is #BFC4A9. Grayscale: #3F3F3F. Windows color (decimal): -12567722 or 5651264. OLE color: 5651264.
HSL color Cylindrical-coordinate representation of color #403B56: hue angle of 251.11º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #403B56 is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 64 | 59 | 86 | - |
| CMYK | 0.26 | 0.31 | 0 | 0.66 |
| HSL | 251.11º | 0.19% | 0.28% | - |
| HSV(B) | 251.11º | 0.31% | 0.34% | - |
| XYZ | 5.36 | 4.89 | 9.47 | - |
| YUV | 63.57 | 140.66 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 59 | 86 | 0.26 | 0.31 | 0 | 0.66 | 251.11 | 0.19 | 0.28 |
| Hex | 40 | 3B | 56 | 1A | 1F | 0 | 42 | FB | 13 | 1C |
| Octal | 100 | 73 | 126 | 32 | 37 | 0 | 102 | 373 | 23 | 34 |
| Binary | 1000000 | 111011 | 1010110 | 11010 | 11111 | 0 | 1000010 | 11111011 | 10011 | 11100 |
Color Harmonies of #403B56
Complementary color
Monochromatic Colors of #403B56
Black with #403B56
Text Example
Text Example
White with #403B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403B56; }
p { color: rgb(64,59,86); }
H1.HeaderClassName
{
color: #403B56;
}
.AnyTagClassName
{
color: #403B56;
}
</style>
background-color css
<style>
a { background-color: #403B56; }
a { background-color: rgb(64,59,86); }
div.DivClassName
{
background-color: #403B56;
}
.BgClassName
{
background-color: #403B56;
}
</style>
border-color css
<style>
span { border-color: #403B56; }
span { border-color: rgb(64,59,86); }
td.TdClassName
{
border-color: #403B56;
}
.TagClassName
{
border-color: #403B56;
}
</style>