Shades of Mariner #405AAD
Tints of Mariner #405AAD
RGB
CMYK
RGB Variations
Color information
#405AAD (or 0x405AAD) is known color: Mariner. HEX triplet: 40, 5A and AD. RGB value is (64,90,173). Sum of RGB (Red+Green+Blue) = 64+90+173=327 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.57% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 173 (67.97% from 255 or 52.91% from 327); Max value from RGB is 173 - color contains mainly: blue. Hex color #405AAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405AAD is #BFA552. Grayscale: #5B5B5B. Windows color (decimal): -12559699 or 11360832. OLE color: 11360832.
HSL color Cylindrical-coordinate representation of color #405AAD: hue angle of 225.69º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #405AAD is Cyan = 0.63, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 90 | 173 | - |
| CMYK | 0.63 | 0.48 | 0 | 0.32 |
| HSL | 225.69º | 0.46% | 0.46% | - |
| HSV(B) | 225.69º | 0.63% | 0.68% | - |
| XYZ | 13.31 | 11.42 | 41.04 | - |
| YUV | 91.69 | 173.89 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 90 | 173 | 0.63 | 0.48 | 0 | 0.32 | 225.69 | 0.46 | 0.46 |
| Hex | 40 | 5A | AD | 3F | 30 | 0 | 20 | E2 | 2E | 2E |
| Octal | 100 | 132 | 255 | 77 | 60 | 0 | 40 | 342 | 56 | 56 |
| Binary | 1000000 | 1011010 | 10101101 | 111111 | 110000 | 0 | 100000 | 11100010 | 101110 | 101110 |
Color Harmonies of #405AAD
Complementary color
Monochromatic Colors of #405AAD
Black with #405AAD
Text Example
Text Example
White with #405AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405AAD; }
p { color: rgb(64,90,173); }
H1.HeaderClassName
{
color: #405AAD;
}
.AnyTagClassName
{
color: #405AAD;
}
</style>
background-color css
<style>
a { background-color: #405AAD; }
a { background-color: rgb(64,90,173); }
div.DivClassName
{
background-color: #405AAD;
}
.BgClassName
{
background-color: #405AAD;
}
</style>
border-color css
<style>
span { border-color: #405AAD; }
span { border-color: rgb(64,90,173); }
td.TdClassName
{
border-color: #405AAD;
}
.TagClassName
{
border-color: #405AAD;
}
</style>