Shades of Mariner #405FAF
Tints of Mariner #405FAF
RGB
CMYK
RGB Variations
Color information
#405FAF (or 0x405FAF) is known color: Mariner. HEX triplet: 40, 5F and AF. RGB value is (64,95,175). Sum of RGB (Red+Green+Blue) = 64+95+175=334 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.16% from 334); Green value is 95 (37.5% from 255 or 28.44% from 334); Blue value is 175 (68.75% from 255 or 52.40% from 334); Max value from RGB is 175 - color contains mainly: blue. Hex color #405FAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405FAF is #BFA050. Grayscale: #5E5E5E. Windows color (decimal): -12558417 or 11493184. OLE color: 11493184.
HSL color Cylindrical-coordinate representation of color #405FAF: hue angle of 223.24º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #405FAF is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 95 | 175 | - |
| CMYK | 0.63 | 0.46 | 0 | 0.31 |
| HSL | 223.24º | 0.46% | 0.47% | - |
| HSV(B) | 223.24º | 0.63% | 0.69% | - |
| XYZ | 13.94 | 12.37 | 42.21 | - |
| YUV | 94.85 | 173.23 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 95 | 175 | 0.63 | 0.46 | 0 | 0.31 | 223.24 | 0.46 | 0.47 |
| Hex | 40 | 5F | AF | 3F | 2E | 0 | 1F | DF | 2E | 2F |
| Octal | 100 | 137 | 257 | 77 | 56 | 0 | 37 | 337 | 56 | 57 |
| Binary | 1000000 | 1011111 | 10101111 | 111111 | 101110 | 0 | 11111 | 11011111 | 101110 | 101111 |
Color Harmonies of #405FAF
Complementary color
Monochromatic Colors of #405FAF
Black with #405FAF
Text Example
Text Example
White with #405FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405FAF; }
p { color: rgb(64,95,175); }
H1.HeaderClassName
{
color: #405FAF;
}
.AnyTagClassName
{
color: #405FAF;
}
</style>
background-color css
<style>
a { background-color: #405FAF; }
a { background-color: rgb(64,95,175); }
div.DivClassName
{
background-color: #405FAF;
}
.BgClassName
{
background-color: #405FAF;
}
</style>
border-color css
<style>
span { border-color: #405FAF; }
span { border-color: rgb(64,95,175); }
td.TdClassName
{
border-color: #405FAF;
}
.TagClassName
{
border-color: #405FAF;
}
</style>