Shades of Mariner #405CAD
Tints of Mariner #405CAD
RGB
CMYK
RGB Variations
Color information
#405CAD (or 0x405CAD) is known color: Mariner. HEX triplet: 40, 5C and AD. RGB value is (64,92,173). Sum of RGB (Red+Green+Blue) = 64+92+173=329 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.45% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 173 (67.97% from 255 or 52.58% from 329); Max value from RGB is 173 - color contains mainly: blue. Hex color #405CAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405CAD is #BFA352. Grayscale: #5C5C5C. Windows color (decimal): -12559187 or 11361344. OLE color: 11361344.
HSL color Cylindrical-coordinate representation of color #405CAD: hue angle of 224.59º 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 #405CAD is Cyan = 0.63, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 92 | 173 | - |
| CMYK | 0.63 | 0.47 | 0 | 0.32 |
| HSL | 224.59º | 0.46% | 0.46% | - |
| HSV(B) | 224.59º | 0.63% | 0.68% | - |
| XYZ | 13.48 | 11.76 | 41.09 | - |
| YUV | 92.86 | 173.22 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 92 | 173 | 0.63 | 0.47 | 0 | 0.32 | 224.59 | 0.46 | 0.46 |
| Hex | 40 | 5C | AD | 3F | 2F | 0 | 20 | E1 | 2E | 2E |
| Octal | 100 | 134 | 255 | 77 | 57 | 0 | 40 | 341 | 56 | 56 |
| Binary | 1000000 | 1011100 | 10101101 | 111111 | 101111 | 0 | 100000 | 11100001 | 101110 | 101110 |
Color Harmonies of #405CAD
Complementary color
Monochromatic Colors of #405CAD
Black with #405CAD
Text Example
Text Example
White with #405CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405CAD; }
p { color: rgb(64,92,173); }
H1.HeaderClassName
{
color: #405CAD;
}
.AnyTagClassName
{
color: #405CAD;
}
</style>
background-color css
<style>
a { background-color: #405CAD; }
a { background-color: rgb(64,92,173); }
div.DivClassName
{
background-color: #405CAD;
}
.BgClassName
{
background-color: #405CAD;
}
</style>
border-color css
<style>
span { border-color: #405CAD; }
span { border-color: rgb(64,92,173); }
td.TdClassName
{
border-color: #405CAD;
}
.TagClassName
{
border-color: #405CAD;
}
</style>