Shades of Mariner #405FAD
Tints of Mariner #405FAD
RGB
CMYK
RGB Variations
Color information
#405FAD (or 0x405FAD) is known color: Mariner. HEX triplet: 40, 5F and AD. RGB value is (64,95,173). Sum of RGB (Red+Green+Blue) = 64+95+173=332 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.28% from 332); Green value is 95 (37.5% from 255 or 28.61% from 332); Blue value is 173 (67.97% from 255 or 52.11% from 332); Max value from RGB is 173 - color contains mainly: blue. Hex color #405FAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405FAD is #BFA052. Grayscale: #5E5E5E. Windows color (decimal): -12558419 or 11362112. OLE color: 11362112.
HSL color Cylindrical-coordinate representation of color #405FAD: hue angle of 222.94º 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 #405FAD is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 95 | 173 | - |
| CMYK | 0.63 | 0.45 | 0 | 0.32 |
| HSL | 222.94º | 0.46% | 0.46% | - |
| HSV(B) | 222.94º | 0.63% | 0.68% | - |
| XYZ | 13.75 | 12.29 | 41.18 | - |
| YUV | 94.62 | 172.23 | 106.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 95 | 173 | 0.63 | 0.45 | 0 | 0.32 | 222.94 | 0.46 | 0.46 |
| Hex | 40 | 5F | AD | 3F | 2D | 0 | 20 | DF | 2E | 2E |
| Octal | 100 | 137 | 255 | 77 | 55 | 0 | 40 | 337 | 56 | 56 |
| Binary | 1000000 | 1011111 | 10101101 | 111111 | 101101 | 0 | 100000 | 11011111 | 101110 | 101110 |
Color Harmonies of #405FAD
Complementary color
Monochromatic Colors of #405FAD
Black with #405FAD
Text Example
Text Example
White with #405FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405FAD; }
p { color: rgb(64,95,173); }
H1.HeaderClassName
{
color: #405FAD;
}
.AnyTagClassName
{
color: #405FAD;
}
</style>
background-color css
<style>
a { background-color: #405FAD; }
a { background-color: rgb(64,95,173); }
div.DivClassName
{
background-color: #405FAD;
}
.BgClassName
{
background-color: #405FAD;
}
</style>
border-color css
<style>
span { border-color: #405FAD; }
span { border-color: rgb(64,95,173); }
td.TdClassName
{
border-color: #405FAD;
}
.TagClassName
{
border-color: #405FAD;
}
</style>