Shades of Mariner #315DA0
Tints of Mariner #315DA0
RGB
CMYK
RGB Variations
Color information
#315DA0 (or 0x315DA0) is known color: Mariner. HEX triplet: 31, 5D and A0. RGB value is (49,93,160). Sum of RGB (Red+Green+Blue) = 49+93+160=302 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.23% from 302); Green value is 93 (36.72% from 255 or 30.79% from 302); Blue value is 160 (62.89% from 255 or 52.98% from 302); Max value from RGB is 160 - color contains mainly: blue. Hex color #315DA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315DA0 is #CEA25F. Grayscale: #575757. Windows color (decimal): -13541984 or 10509617. OLE color: 10509617.
HSL color Cylindrical-coordinate representation of color #315DA0: hue angle of 216.22º 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 #315DA0 is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 49 | 93 | 160 | - |
| CMYK | 0.69 | 0.42 | 0 | 0.37 |
| HSL | 216.22º | 0.53% | 0.41% | - |
| HSV(B) | 216.22º | 0.69% | 0.63% | - |
| XYZ | 11.53 | 11.02 | 34.78 | - |
| YUV | 87.48 | 168.92 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 93 | 160 | 0.69 | 0.42 | 0 | 0.37 | 216.22 | 0.53 | 0.41 |
| Hex | 31 | 5D | A0 | 45 | 2A | 0 | 25 | D8 | 35 | 29 |
| Octal | 61 | 135 | 240 | 105 | 52 | 0 | 45 | 330 | 65 | 51 |
| Binary | 110001 | 1011101 | 10100000 | 1000101 | 101010 | 0 | 100101 | 11011000 | 110101 | 101001 |
Color Harmonies of #315DA0
Complementary color
Monochromatic Colors of #315DA0
Black with #315DA0
Text Example
Text Example
White with #315DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315DA0; }
p { color: rgb(49,93,160); }
H1.HeaderClassName
{
color: #315DA0;
}
.AnyTagClassName
{
color: #315DA0;
}
</style>
background-color css
<style>
a { background-color: #315DA0; }
a { background-color: rgb(49,93,160); }
div.DivClassName
{
background-color: #315DA0;
}
.BgClassName
{
background-color: #315DA0;
}
</style>
border-color css
<style>
span { border-color: #315DA0; }
span { border-color: rgb(49,93,160); }
td.TdClassName
{
border-color: #315DA0;
}
.TagClassName
{
border-color: #315DA0;
}
</style>