Shades of Mariner #405BAD
Tints of Mariner #405BAD
RGB
CMYK
RGB Variations
Color information
#405BAD (or 0x405BAD) is known color: Mariner. HEX triplet: 40, 5B and AD. RGB value is (64,91,173). Sum of RGB (Red+Green+Blue) = 64+91+173=328 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.51% from 328); Green value is 91 (35.94% from 255 or 27.74% from 328); Blue value is 173 (67.97% from 255 or 52.74% from 328); Max value from RGB is 173 - color contains mainly: blue. Hex color #405BAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405BAD is #BFA452. Grayscale: #5B5B5B. Windows color (decimal): -12559443 or 11361088. OLE color: 11361088.
HSL color Cylindrical-coordinate representation of color #405BAD: hue angle of 225.14º 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 #405BAD is Cyan = 0.63, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 91 | 173 | - |
| CMYK | 0.63 | 0.47 | 0 | 0.32 |
| HSL | 225.14º | 0.46% | 0.46% | - |
| HSV(B) | 225.14º | 0.63% | 0.68% | - |
| XYZ | 13.4 | 11.59 | 41.07 | - |
| YUV | 92.28 | 173.55 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 91 | 173 | 0.63 | 0.47 | 0 | 0.32 | 225.14 | 0.46 | 0.46 |
| Hex | 40 | 5B | AD | 3F | 2F | 0 | 20 | E1 | 2E | 2E |
| Octal | 100 | 133 | 255 | 77 | 57 | 0 | 40 | 341 | 56 | 56 |
| Binary | 1000000 | 1011011 | 10101101 | 111111 | 101111 | 0 | 100000 | 11100001 | 101110 | 101110 |
Color Harmonies of #405BAD
Complementary color
Monochromatic Colors of #405BAD
Black with #405BAD
Text Example
Text Example
White with #405BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405BAD; }
p { color: rgb(64,91,173); }
H1.HeaderClassName
{
color: #405BAD;
}
.AnyTagClassName
{
color: #405BAD;
}
</style>
background-color css
<style>
a { background-color: #405BAD; }
a { background-color: rgb(64,91,173); }
div.DivClassName
{
background-color: #405BAD;
}
.BgClassName
{
background-color: #405BAD;
}
</style>
border-color css
<style>
span { border-color: #405BAD; }
span { border-color: rgb(64,91,173); }
td.TdClassName
{
border-color: #405BAD;
}
.TagClassName
{
border-color: #405BAD;
}
</style>