Shades of Mariner #315DA3
Tints of Mariner #315DA3
RGB
CMYK
RGB Variations
Color information
#315DA3 (or 0x315DA3) is known color: Mariner. HEX triplet: 31, 5D and A3. RGB value is (49,93,163). Sum of RGB (Red+Green+Blue) = 49+93+163=305 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.07% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 163 (64.06% from 255 or 53.44% from 305); Max value from RGB is 163 - color contains mainly: blue. Hex color #315DA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315DA3 is #CEA25C. Grayscale: #575757. Windows color (decimal): -13541981 or 10706225. OLE color: 10706225.
HSL color Cylindrical-coordinate representation of color #315DA3: hue angle of 216.84º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #315DA3 is Cyan = 0.70, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 49 | 93 | 163 | - |
| CMYK | 0.70 | 0.43 | 0 | 0.36 |
| HSL | 216.84º | 0.54% | 0.42% | - |
| HSV(B) | 216.84º | 0.7% | 0.64% | - |
| XYZ | 11.79 | 11.13 | 36.18 | - |
| YUV | 87.82 | 170.42 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 93 | 163 | 0.70 | 0.43 | 0 | 0.36 | 216.84 | 0.54 | 0.42 |
| Hex | 31 | 5D | A3 | 46 | 2B | 0 | 24 | D9 | 36 | 2A |
| Octal | 61 | 135 | 243 | 106 | 53 | 0 | 44 | 331 | 66 | 52 |
| Binary | 110001 | 1011101 | 10100011 | 1000110 | 101011 | 0 | 100100 | 11011001 | 110110 | 101010 |
Color Harmonies of #315DA3
Complementary color
Monochromatic Colors of #315DA3
Black with #315DA3
Text Example
Text Example
White with #315DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315DA3; }
p { color: rgb(49,93,163); }
H1.HeaderClassName
{
color: #315DA3;
}
.AnyTagClassName
{
color: #315DA3;
}
</style>
background-color css
<style>
a { background-color: #315DA3; }
a { background-color: rgb(49,93,163); }
div.DivClassName
{
background-color: #315DA3;
}
.BgClassName
{
background-color: #315DA3;
}
</style>
border-color css
<style>
span { border-color: #315DA3; }
span { border-color: rgb(49,93,163); }
td.TdClassName
{
border-color: #315DA3;
}
.TagClassName
{
border-color: #315DA3;
}
</style>