Shades of Mariner #31579F
Tints of Mariner #31579F
RGB
CMYK
RGB Variations
Color information
#31579F (or 0x31579F) is known color: Mariner. HEX triplet: 31, 57 and 9F. RGB value is (49,87,159). Sum of RGB (Red+Green+Blue) = 49+87+159=295 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.61% from 295); Green value is 87 (34.38% from 255 or 29.49% from 295); Blue value is 159 (62.5% from 255 or 53.90% from 295); Max value from RGB is 159 - color contains mainly: blue. Hex color #31579F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31579F is #CEA860. Grayscale: #535353. Windows color (decimal): -13543521 or 10442545. OLE color: 10442545.
HSL color Cylindrical-coordinate representation of color #31579F: hue angle of 219.27º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31579F is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 49 | 87 | 159 | - |
| CMYK | 0.69 | 0.45 | 0 | 0.38 |
| HSL | 219.27º | 0.53% | 0.41% | - |
| HSV(B) | 219.27º | 0.69% | 0.62% | - |
| XYZ | 10.93 | 9.97 | 34.15 | - |
| YUV | 83.85 | 170.41 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 87 | 159 | 0.69 | 0.45 | 0 | 0.38 | 219.27 | 0.53 | 0.41 |
| Hex | 31 | 57 | 9F | 45 | 2D | 0 | 26 | DB | 35 | 29 |
| Octal | 61 | 127 | 237 | 105 | 55 | 0 | 46 | 333 | 65 | 51 |
| Binary | 110001 | 1010111 | 10011111 | 1000101 | 101101 | 0 | 100110 | 11011011 | 110101 | 101001 |
Color Harmonies of #31579F
Complementary color
Monochromatic Colors of #31579F
Black with #31579F
Text Example
Text Example
White with #31579F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31579F; }
p { color: rgb(49,87,159); }
H1.HeaderClassName
{
color: #31579F;
}
.AnyTagClassName
{
color: #31579F;
}
</style>
background-color css
<style>
a { background-color: #31579F; }
a { background-color: rgb(49,87,159); }
div.DivClassName
{
background-color: #31579F;
}
.BgClassName
{
background-color: #31579F;
}
</style>
border-color css
<style>
span { border-color: #31579F; }
span { border-color: rgb(49,87,159); }
td.TdClassName
{
border-color: #31579F;
}
.TagClassName
{
border-color: #31579F;
}
</style>