Shades of Mariner #405897
Tints of Mariner #405897
RGB
CMYK
RGB Variations
Color information
#405897 (or 0x405897) is known color: Mariner. HEX triplet: 40, 58 and 97. RGB value is (64,88,151). Sum of RGB (Red+Green+Blue) = 64+88+151=303 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.12% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 151 (59.38% from 255 or 49.83% from 303); Max value from RGB is 151 - color contains mainly: blue. Hex color #405897 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405897 is #BFA768. Grayscale: #575757. Windows color (decimal): -12560233 or 9918528. OLE color: 9918528.
HSL color Cylindrical-coordinate representation of color #405897: hue angle of 223.45º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #405897 is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 64 | 88 | 151 | - |
| CMYK | 0.58 | 0.42 | 0 | 0.41 |
| HSL | 223.45º | 0.4% | 0.42% | - |
| HSV(B) | 223.45º | 0.58% | 0.59% | - |
| XYZ | 11.19 | 10.3 | 30.68 | - |
| YUV | 88.01 | 163.55 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 88 | 151 | 0.58 | 0.42 | 0 | 0.41 | 223.45 | 0.4 | 0.42 |
| Hex | 40 | 58 | 97 | 3A | 2A | 0 | 29 | DF | 28 | 2A |
| Octal | 100 | 130 | 227 | 72 | 52 | 0 | 51 | 337 | 50 | 52 |
| Binary | 1000000 | 1011000 | 10010111 | 111010 | 101010 | 0 | 101001 | 11011111 | 101000 | 101010 |
Color Harmonies of #405897
Complementary color
Monochromatic Colors of #405897
Black with #405897
Text Example
Text Example
White with #405897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405897; }
p { color: rgb(64,88,151); }
H1.HeaderClassName
{
color: #405897;
}
.AnyTagClassName
{
color: #405897;
}
</style>
background-color css
<style>
a { background-color: #405897; }
a { background-color: rgb(64,88,151); }
div.DivClassName
{
background-color: #405897;
}
.BgClassName
{
background-color: #405897;
}
</style>
border-color css
<style>
span { border-color: #405897; }
span { border-color: rgb(64,88,151); }
td.TdClassName
{
border-color: #405897;
}
.TagClassName
{
border-color: #405897;
}
</style>