Shades of Mariner #405EAC
Tints of Mariner #405EAC
RGB
CMYK
RGB Variations
Color information
#405EAC (or 0x405EAC) is known color: Mariner. HEX triplet: 40, 5E and AC. RGB value is (64,94,172). Sum of RGB (Red+Green+Blue) = 64+94+172=330 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.39% from 330); Green value is 94 (37.11% from 255 or 28.48% from 330); Blue value is 172 (67.58% from 255 or 52.12% from 330); Max value from RGB is 172 - color contains mainly: blue. Hex color #405EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405EAC is #BFA153. Grayscale: #5D5D5D. Windows color (decimal): -12558676 or 11296320. OLE color: 11296320.
HSL color Cylindrical-coordinate representation of color #405EAC: hue angle of 223.33º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #405EAC is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 94 | 172 | - |
| CMYK | 0.63 | 0.45 | 0 | 0.33 |
| HSL | 223.33º | 0.46% | 0.46% | - |
| HSV(B) | 223.33º | 0.63% | 0.67% | - |
| XYZ | 13.56 | 12.07 | 40.65 | - |
| YUV | 93.92 | 172.06 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 94 | 172 | 0.63 | 0.45 | 0 | 0.33 | 223.33 | 0.46 | 0.46 |
| Hex | 40 | 5E | AC | 3F | 2D | 0 | 21 | DF | 2E | 2E |
| Octal | 100 | 136 | 254 | 77 | 55 | 0 | 41 | 337 | 56 | 56 |
| Binary | 1000000 | 1011110 | 10101100 | 111111 | 101101 | 0 | 100001 | 11011111 | 101110 | 101110 |
Color Harmonies of #405EAC
Complementary color
Monochromatic Colors of #405EAC
Black with #405EAC
Text Example
Text Example
White with #405EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405EAC; }
p { color: rgb(64,94,172); }
H1.HeaderClassName
{
color: #405EAC;
}
.AnyTagClassName
{
color: #405EAC;
}
</style>
background-color css
<style>
a { background-color: #405EAC; }
a { background-color: rgb(64,94,172); }
div.DivClassName
{
background-color: #405EAC;
}
.BgClassName
{
background-color: #405EAC;
}
</style>
border-color css
<style>
span { border-color: #405EAC; }
span { border-color: rgb(64,94,172); }
td.TdClassName
{
border-color: #405EAC;
}
.TagClassName
{
border-color: #405EAC;
}
</style>