Shades of Mariner #31599E
Tints of Mariner #31599E
RGB
CMYK
RGB Variations
Color information
#31599E (or 0x31599E) is known color: Mariner. HEX triplet: 31, 59 and 9E. RGB value is (49,89,158). Sum of RGB (Red+Green+Blue) = 49+89+158=296 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.55% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 158 (62.11% from 255 or 53.38% from 296); Max value from RGB is 158 - color contains mainly: blue. Hex color #31599E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31599E is #CEA661. Grayscale: #545454. Windows color (decimal): -13543010 or 10377521. OLE color: 10377521.
HSL color Cylindrical-coordinate representation of color #31599E: hue angle of 217.98º 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 #31599E is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 49 | 89 | 158 | - |
| CMYK | 0.69 | 0.44 | 0 | 0.38 |
| HSL | 217.98º | 0.53% | 0.41% | - |
| HSV(B) | 217.98º | 0.69% | 0.62% | - |
| XYZ | 11.01 | 10.27 | 33.75 | - |
| YUV | 84.91 | 169.25 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 89 | 158 | 0.69 | 0.44 | 0 | 0.38 | 217.98 | 0.53 | 0.41 |
| Hex | 31 | 59 | 9E | 45 | 2C | 0 | 26 | DA | 35 | 29 |
| Octal | 61 | 131 | 236 | 105 | 54 | 0 | 46 | 332 | 65 | 51 |
| Binary | 110001 | 1011001 | 10011110 | 1000101 | 101100 | 0 | 100110 | 11011010 | 110101 | 101001 |
Color Harmonies of #31599E
Complementary color
Monochromatic Colors of #31599E
Black with #31599E
Text Example
Text Example
White with #31599E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31599E; }
p { color: rgb(49,89,158); }
H1.HeaderClassName
{
color: #31599E;
}
.AnyTagClassName
{
color: #31599E;
}
</style>
background-color css
<style>
a { background-color: #31599E; }
a { background-color: rgb(49,89,158); }
div.DivClassName
{
background-color: #31599E;
}
.BgClassName
{
background-color: #31599E;
}
</style>
border-color css
<style>
span { border-color: #31599E; }
span { border-color: rgb(49,89,158); }
td.TdClassName
{
border-color: #31599E;
}
.TagClassName
{
border-color: #31599E;
}
</style>