Shades of Mariner #405CAF
Tints of Mariner #405CAF
RGB
CMYK
RGB Variations
Color information
#405CAF (or 0x405CAF) is known color: Mariner. HEX triplet: 40, 5C and AF. RGB value is (64,92,175). Sum of RGB (Red+Green+Blue) = 64+92+175=331 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.34% from 331); Green value is 92 (36.33% from 255 or 27.79% from 331); Blue value is 175 (68.75% from 255 or 52.87% from 331); Max value from RGB is 175 - color contains mainly: blue. Hex color #405CAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405CAF is #BFA350. Grayscale: #5C5C5C. Windows color (decimal): -12559185 or 11492416. OLE color: 11492416.
HSL color Cylindrical-coordinate representation of color #405CAF: hue angle of 224.86º 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 #405CAF is Cyan = 0.63, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 92 | 175 | - |
| CMYK | 0.63 | 0.47 | 0 | 0.31 |
| HSL | 224.86º | 0.46% | 0.47% | - |
| HSV(B) | 224.86º | 0.63% | 0.69% | - |
| XYZ | 13.68 | 11.84 | 42.12 | - |
| YUV | 93.09 | 174.22 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 92 | 175 | 0.63 | 0.47 | 0 | 0.31 | 224.86 | 0.46 | 0.47 |
| Hex | 40 | 5C | AF | 3F | 2F | 0 | 1F | E1 | 2E | 2F |
| Octal | 100 | 134 | 257 | 77 | 57 | 0 | 37 | 341 | 56 | 57 |
| Binary | 1000000 | 1011100 | 10101111 | 111111 | 101111 | 0 | 11111 | 11100001 | 101110 | 101111 |
Color Harmonies of #405CAF
Complementary color
Monochromatic Colors of #405CAF
Black with #405CAF
Text Example
Text Example
White with #405CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405CAF; }
p { color: rgb(64,92,175); }
H1.HeaderClassName
{
color: #405CAF;
}
.AnyTagClassName
{
color: #405CAF;
}
</style>
background-color css
<style>
a { background-color: #405CAF; }
a { background-color: rgb(64,92,175); }
div.DivClassName
{
background-color: #405CAF;
}
.BgClassName
{
background-color: #405CAF;
}
</style>
border-color css
<style>
span { border-color: #405CAF; }
span { border-color: rgb(64,92,175); }
td.TdClassName
{
border-color: #405CAF;
}
.TagClassName
{
border-color: #405CAF;
}
</style>