Shades of Mariner #31589F
Tints of Mariner #31589F
RGB
CMYK
RGB Variations
Color information
#31589F (or 0x31589F) is known color: Mariner. HEX triplet: 31, 58 and 9F. RGB value is (49,88,159). Sum of RGB (Red+Green+Blue) = 49+88+159=296 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.55% from 296); Green value is 88 (34.77% from 255 or 29.73% from 296); Blue value is 159 (62.5% from 255 or 53.72% from 296); Max value from RGB is 159 - color contains mainly: blue. Hex color #31589F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31589F is #CEA760. Grayscale: #545454. Windows color (decimal): -13543265 or 10442801. OLE color: 10442801.
HSL color Cylindrical-coordinate representation of color #31589F: hue angle of 218.73º 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 #31589F is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 49 | 88 | 159 | - |
| CMYK | 0.69 | 0.45 | 0 | 0.38 |
| HSL | 218.73º | 0.53% | 0.41% | - |
| HSV(B) | 218.73º | 0.69% | 0.62% | - |
| XYZ | 11.01 | 10.14 | 34.18 | - |
| YUV | 84.43 | 170.08 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 88 | 159 | 0.69 | 0.45 | 0 | 0.38 | 218.73 | 0.53 | 0.41 |
| Hex | 31 | 58 | 9F | 45 | 2D | 0 | 26 | DB | 35 | 29 |
| Octal | 61 | 130 | 237 | 105 | 55 | 0 | 46 | 333 | 65 | 51 |
| Binary | 110001 | 1011000 | 10011111 | 1000101 | 101101 | 0 | 100110 | 11011011 | 110101 | 101001 |
Color Harmonies of #31589F
Complementary color
Monochromatic Colors of #31589F
Black with #31589F
Text Example
Text Example
White with #31589F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31589F; }
p { color: rgb(49,88,159); }
H1.HeaderClassName
{
color: #31589F;
}
.AnyTagClassName
{
color: #31589F;
}
</style>
background-color css
<style>
a { background-color: #31589F; }
a { background-color: rgb(49,88,159); }
div.DivClassName
{
background-color: #31589F;
}
.BgClassName
{
background-color: #31589F;
}
</style>
border-color css
<style>
span { border-color: #31589F; }
span { border-color: rgb(49,88,159); }
td.TdClassName
{
border-color: #31589F;
}
.TagClassName
{
border-color: #31589F;
}
</style>