Shades of Mariner #405BAB
Tints of Mariner #405BAB
RGB
CMYK
RGB Variations
Color information
#405BAB (or 0x405BAB) is known color: Mariner. HEX triplet: 40, 5B and AB. RGB value is (64,91,171). Sum of RGB (Red+Green+Blue) = 64+91+171=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 91 (35.94% from 255 or 27.91% from 326); Blue value is 171 (67.19% from 255 or 52.45% from 326); Max value from RGB is 171 - color contains mainly: blue. Hex color #405BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405BAB is #BFA454. Grayscale: #5B5B5B. Windows color (decimal): -12559445 or 11230016. OLE color: 11230016.
HSL color Cylindrical-coordinate representation of color #405BAB: hue angle of 224.86º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #405BAB is Cyan = 0.63, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 91 | 171 | - |
| CMYK | 0.63 | 0.47 | 0 | 0.33 |
| HSL | 224.86º | 0.46% | 0.46% | - |
| HSV(B) | 224.86º | 0.63% | 0.67% | - |
| XYZ | 13.21 | 11.51 | 40.05 | - |
| YUV | 92.05 | 172.55 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 91 | 171 | 0.63 | 0.47 | 0 | 0.33 | 224.86 | 0.46 | 0.46 |
| Hex | 40 | 5B | AB | 3F | 2F | 0 | 21 | E1 | 2E | 2E |
| Octal | 100 | 133 | 253 | 77 | 57 | 0 | 41 | 341 | 56 | 56 |
| Binary | 1000000 | 1011011 | 10101011 | 111111 | 101111 | 0 | 100001 | 11100001 | 101110 | 101110 |
Color Harmonies of #405BAB
Complementary color
Monochromatic Colors of #405BAB
Black with #405BAB
Text Example
Text Example
White with #405BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405BAB; }
p { color: rgb(64,91,171); }
H1.HeaderClassName
{
color: #405BAB;
}
.AnyTagClassName
{
color: #405BAB;
}
</style>
background-color css
<style>
a { background-color: #405BAB; }
a { background-color: rgb(64,91,171); }
div.DivClassName
{
background-color: #405BAB;
}
.BgClassName
{
background-color: #405BAB;
}
</style>
border-color css
<style>
span { border-color: #405BAB; }
span { border-color: rgb(64,91,171); }
td.TdClassName
{
border-color: #405BAB;
}
.TagClassName
{
border-color: #405BAB;
}
</style>