Shades of Mariner #405D95
Tints of Mariner #405D95
RGB
CMYK
RGB Variations
Color information
#405D95 (or 0x405D95) is known color: Mariner. HEX triplet: 40, 5D and 95. RGB value is (64,93,149). Sum of RGB (Red+Green+Blue) = 64+93+149=306 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.92% from 306); Green value is 93 (36.72% from 255 or 30.39% from 306); Blue value is 149 (58.59% from 255 or 48.69% from 306); Max value from RGB is 149 - color contains mainly: blue. Hex color #405D95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405D95 is #BFA26A. Grayscale: #5A5A5A. Windows color (decimal): -12558955 or 9788736. OLE color: 9788736.
HSL color Cylindrical-coordinate representation of color #405D95: hue angle of 219.53º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #405D95 is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 93 | 149 | - |
| CMYK | 0.57 | 0.38 | 0 | 0.42 |
| HSL | 219.53º | 0.4% | 0.42% | - |
| HSV(B) | 219.53º | 0.57% | 0.58% | - |
| XYZ | 11.45 | 11.09 | 29.97 | - |
| YUV | 90.71 | 160.89 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 93 | 149 | 0.57 | 0.38 | 0 | 0.42 | 219.53 | 0.4 | 0.42 |
| Hex | 40 | 5D | 95 | 39 | 26 | 0 | 2A | DC | 28 | 2A |
| Octal | 100 | 135 | 225 | 71 | 46 | 0 | 52 | 334 | 50 | 52 |
| Binary | 1000000 | 1011101 | 10010101 | 111001 | 100110 | 0 | 101010 | 11011100 | 101000 | 101010 |
Color Harmonies of #405D95
Complementary color
Monochromatic Colors of #405D95
Black with #405D95
Text Example
Text Example
White with #405D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405D95; }
p { color: rgb(64,93,149); }
H1.HeaderClassName
{
color: #405D95;
}
.AnyTagClassName
{
color: #405D95;
}
</style>
background-color css
<style>
a { background-color: #405D95; }
a { background-color: rgb(64,93,149); }
div.DivClassName
{
background-color: #405D95;
}
.BgClassName
{
background-color: #405D95;
}
</style>
border-color css
<style>
span { border-color: #405D95; }
span { border-color: rgb(64,93,149); }
td.TdClassName
{
border-color: #405D95;
}
.TagClassName
{
border-color: #405D95;
}
</style>