Shades of Mariner #405FAE
Tints of Mariner #405FAE
RGB
CMYK
RGB Variations
Color information
#405FAE (or 0x405FAE) is known color: Mariner. HEX triplet: 40, 5F and AE. RGB value is (64,95,174). Sum of RGB (Red+Green+Blue) = 64+95+174=333 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.22% from 333); Green value is 95 (37.5% from 255 or 28.53% from 333); Blue value is 174 (68.36% from 255 or 52.25% from 333); Max value from RGB is 174 - color contains mainly: blue. Hex color #405FAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405FAE is #BFA051. Grayscale: #5E5E5E. Windows color (decimal): -12558418 or 11427648. OLE color: 11427648.
HSL color Cylindrical-coordinate representation of color #405FAE: hue angle of 223.09º 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 #405FAE is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 95 | 174 | - |
| CMYK | 0.63 | 0.45 | 0 | 0.32 |
| HSL | 223.09º | 0.46% | 0.47% | - |
| HSV(B) | 223.09º | 0.63% | 0.68% | - |
| XYZ | 13.85 | 12.33 | 41.69 | - |
| YUV | 94.74 | 172.73 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 95 | 174 | 0.63 | 0.45 | 0 | 0.32 | 223.09 | 0.46 | 0.47 |
| Hex | 40 | 5F | AE | 3F | 2D | 0 | 20 | DF | 2E | 2F |
| Octal | 100 | 137 | 256 | 77 | 55 | 0 | 40 | 337 | 56 | 57 |
| Binary | 1000000 | 1011111 | 10101110 | 111111 | 101101 | 0 | 100000 | 11011111 | 101110 | 101111 |
Color Harmonies of #405FAE
Complementary color
Monochromatic Colors of #405FAE
Black with #405FAE
Text Example
Text Example
White with #405FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405FAE; }
p { color: rgb(64,95,174); }
H1.HeaderClassName
{
color: #405FAE;
}
.AnyTagClassName
{
color: #405FAE;
}
</style>
background-color css
<style>
a { background-color: #405FAE; }
a { background-color: rgb(64,95,174); }
div.DivClassName
{
background-color: #405FAE;
}
.BgClassName
{
background-color: #405FAE;
}
</style>
border-color css
<style>
span { border-color: #405FAE; }
span { border-color: rgb(64,95,174); }
td.TdClassName
{
border-color: #405FAE;
}
.TagClassName
{
border-color: #405FAE;
}
</style>