Shades of Mariner #3157A0
Tints of Mariner #3157A0
RGB
CMYK
RGB Variations
Color information
#3157A0 (or 0x3157A0) is known color: Mariner. HEX triplet: 31, 57 and A0. RGB value is (49,87,160). Sum of RGB (Red+Green+Blue) = 49+87+160=296 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.55% from 296); Green value is 87 (34.38% from 255 or 29.39% from 296); Blue value is 160 (62.89% from 255 or 54.05% from 296); Max value from RGB is 160 - color contains mainly: blue. Hex color #3157A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3157A0 is #CEA85F. Grayscale: #535353. Windows color (decimal): -13543520 or 10508081. OLE color: 10508081.
HSL color Cylindrical-coordinate representation of color #3157A0: hue angle of 219.46º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3157A0 is Cyan = 0.69, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 49 | 87 | 160 | - |
| CMYK | 0.69 | 0.46 | 0 | 0.37 |
| HSL | 219.46º | 0.53% | 0.41% | - |
| HSV(B) | 219.46º | 0.69% | 0.63% | - |
| XYZ | 11.02 | 10.01 | 34.61 | - |
| YUV | 83.96 | 170.91 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 87 | 160 | 0.69 | 0.46 | 0 | 0.37 | 219.46 | 0.53 | 0.41 |
| Hex | 31 | 57 | A0 | 45 | 2E | 0 | 25 | DB | 35 | 29 |
| Octal | 61 | 127 | 240 | 105 | 56 | 0 | 45 | 333 | 65 | 51 |
| Binary | 110001 | 1010111 | 10100000 | 1000101 | 101110 | 0 | 100101 | 11011011 | 110101 | 101001 |
Color Harmonies of #3157A0
Complementary color
Monochromatic Colors of #3157A0
Black with #3157A0
Text Example
Text Example
White with #3157A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3157A0; }
p { color: rgb(49,87,160); }
H1.HeaderClassName
{
color: #3157A0;
}
.AnyTagClassName
{
color: #3157A0;
}
</style>
background-color css
<style>
a { background-color: #3157A0; }
a { background-color: rgb(49,87,160); }
div.DivClassName
{
background-color: #3157A0;
}
.BgClassName
{
background-color: #3157A0;
}
</style>
border-color css
<style>
span { border-color: #3157A0; }
span { border-color: rgb(49,87,160); }
td.TdClassName
{
border-color: #3157A0;
}
.TagClassName
{
border-color: #3157A0;
}
</style>