Shades of Mariner #405EAE
Tints of Mariner #405EAE
RGB
CMYK
RGB Variations
Color information
#405EAE (or 0x405EAE) is known color: Mariner. HEX triplet: 40, 5E and AE. RGB value is (64,94,174). Sum of RGB (Red+Green+Blue) = 64+94+174=332 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.28% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 174 (68.36% from 255 or 52.41% from 332); Max value from RGB is 174 - color contains mainly: blue. Hex color #405EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405EAE is #BFA151. Grayscale: #5D5D5D. Windows color (decimal): -12558674 or 11427392. OLE color: 11427392.
HSL color Cylindrical-coordinate representation of color #405EAE: hue angle of 223.64º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #405EAE is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 94 | 174 | - |
| CMYK | 0.63 | 0.46 | 0 | 0.32 |
| HSL | 223.64º | 0.46% | 0.47% | - |
| HSV(B) | 223.64º | 0.63% | 0.68% | - |
| XYZ | 13.76 | 12.15 | 41.66 | - |
| YUV | 94.15 | 173.06 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 94 | 174 | 0.63 | 0.46 | 0 | 0.32 | 223.64 | 0.46 | 0.47 |
| Hex | 40 | 5E | AE | 3F | 2E | 0 | 20 | E0 | 2E | 2F |
| Octal | 100 | 136 | 256 | 77 | 56 | 0 | 40 | 340 | 56 | 57 |
| Binary | 1000000 | 1011110 | 10101110 | 111111 | 101110 | 0 | 100000 | 11100000 | 101110 | 101111 |
Color Harmonies of #405EAE
Complementary color
Monochromatic Colors of #405EAE
Black with #405EAE
Text Example
Text Example
White with #405EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405EAE; }
p { color: rgb(64,94,174); }
H1.HeaderClassName
{
color: #405EAE;
}
.AnyTagClassName
{
color: #405EAE;
}
</style>
background-color css
<style>
a { background-color: #405EAE; }
a { background-color: rgb(64,94,174); }
div.DivClassName
{
background-color: #405EAE;
}
.BgClassName
{
background-color: #405EAE;
}
</style>
border-color css
<style>
span { border-color: #405EAE; }
span { border-color: rgb(64,94,174); }
td.TdClassName
{
border-color: #405EAE;
}
.TagClassName
{
border-color: #405EAE;
}
</style>