Shades of Jacarta #403454
Tints of Jacarta #403454
RGB
CMYK
RGB Variations
Color information
#403454 (or 0x403454) is known color: Jacarta. HEX triplet: 40, 34 and 54. RGB value is (64,52,84). Sum of RGB (Red+Green+Blue) = 64+52+84=200 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32% from 200); Green value is 52 (20.70% from 255 or 26% from 200); Blue value is 84 (33.20% from 255 or 42% from 200); Max value from RGB is 84 - color contains mainly: blue. Hex color #403454 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403454 is #BFCBAB. Grayscale: #3B3B3B. Windows color (decimal): -12569516 or 5518400. OLE color: 5518400.
HSL color Cylindrical-coordinate representation of color #403454: hue angle of 262.5º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #403454 is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 52 | 84 | - |
| CMYK | 0.24 | 0.38 | 0 | 0.67 |
| HSL | 262.5º | 0.24% | 0.27% | - |
| HSV(B) | 262.5º | 0.38% | 0.33% | - |
| XYZ | 4.94 | 4.19 | 8.93 | - |
| YUV | 59.24 | 141.98 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 52 | 84 | 0.24 | 0.38 | 0 | 0.67 | 262.5 | 0.24 | 0.27 |
| Hex | 40 | 34 | 54 | 18 | 26 | 0 | 43 | 106 | 18 | 1B |
| Octal | 100 | 64 | 124 | 30 | 46 | 0 | 103 | 406 | 30 | 33 |
| Binary | 1000000 | 110100 | 1010100 | 11000 | 100110 | 0 | 1000011 | 100000110 | 11000 | 11011 |
Color Harmonies of #403454
Complementary color
Monochromatic Colors of #403454
Black with #403454
Text Example
Text Example
White with #403454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403454; }
p { color: rgb(64,52,84); }
H1.HeaderClassName
{
color: #403454;
}
.AnyTagClassName
{
color: #403454;
}
</style>
background-color css
<style>
a { background-color: #403454; }
a { background-color: rgb(64,52,84); }
div.DivClassName
{
background-color: #403454;
}
.BgClassName
{
background-color: #403454;
}
</style>
border-color css
<style>
span { border-color: #403454; }
span { border-color: rgb(64,52,84); }
td.TdClassName
{
border-color: #403454;
}
.TagClassName
{
border-color: #403454;
}
</style>