Shades of Mariner #405599
Tints of Mariner #405599
RGB
CMYK
RGB Variations
Color information
#405599 (or 0x405599) is known color: Mariner. HEX triplet: 40, 55 and 99. RGB value is (64,85,153). Sum of RGB (Red+Green+Blue) = 64+85+153=302 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.19% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 153 (60.16% from 255 or 50.66% from 302); Max value from RGB is 153 - color contains mainly: blue. Hex color #405599 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405599 is #BFAA66. Grayscale: #565656. Windows color (decimal): -12560999 or 10048832. OLE color: 10048832.
HSL color Cylindrical-coordinate representation of color #405599: hue angle of 225.84º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #405599 is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 64 | 85 | 153 | - |
| CMYK | 0.58 | 0.44 | 0 | 0.4 |
| HSL | 225.84º | 0.41% | 0.43% | - |
| HSV(B) | 225.84º | 0.58% | 0.6% | - |
| XYZ | 11.11 | 9.89 | 31.46 | - |
| YUV | 86.47 | 165.54 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 85 | 153 | 0.58 | 0.44 | 0 | 0.4 | 225.84 | 0.41 | 0.43 |
| Hex | 40 | 55 | 99 | 3A | 2C | 0 | 28 | E2 | 29 | 2B |
| Octal | 100 | 125 | 231 | 72 | 54 | 0 | 50 | 342 | 51 | 53 |
| Binary | 1000000 | 1010101 | 10011001 | 111010 | 101100 | 0 | 101000 | 11100010 | 101001 | 101011 |
Color Harmonies of #405599
Complementary color
Monochromatic Colors of #405599
Black with #405599
Text Example
Text Example
White with #405599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405599; }
p { color: rgb(64,85,153); }
H1.HeaderClassName
{
color: #405599;
}
.AnyTagClassName
{
color: #405599;
}
</style>
background-color css
<style>
a { background-color: #405599; }
a { background-color: rgb(64,85,153); }
div.DivClassName
{
background-color: #405599;
}
.BgClassName
{
background-color: #405599;
}
</style>
border-color css
<style>
span { border-color: #405599; }
span { border-color: rgb(64,85,153); }
td.TdClassName
{
border-color: #405599;
}
.TagClassName
{
border-color: #405599;
}
</style>