Shades of Mariner #315FA8
Tints of Mariner #315FA8
RGB
CMYK
RGB Variations
Color information
#315FA8 (or 0x315FA8) is known color: Mariner. HEX triplet: 31, 5F and A8. RGB value is (49,95,168). Sum of RGB (Red+Green+Blue) = 49+95+168=312 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.71% from 312); Green value is 95 (37.5% from 255 or 30.45% from 312); Blue value is 168 (66.02% from 255 or 53.85% from 312); Max value from RGB is 168 - color contains mainly: blue. Hex color #315FA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315FA8 is #CEA057. Grayscale: #595959. Windows color (decimal): -13541464 or 11034417. OLE color: 11034417.
HSL color Cylindrical-coordinate representation of color #315FA8: hue angle of 216.81º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #315FA8 is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 49 | 95 | 168 | - |
| CMYK | 0.71 | 0.43 | 0 | 0.34 |
| HSL | 216.81º | 0.55% | 0.43% | - |
| HSV(B) | 216.81º | 0.71% | 0.66% | - |
| XYZ | 12.43 | 11.66 | 38.64 | - |
| YUV | 89.57 | 172.26 | 99.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 95 | 168 | 0.71 | 0.43 | 0 | 0.34 | 216.81 | 0.55 | 0.43 |
| Hex | 31 | 5F | A8 | 47 | 2B | 0 | 22 | D9 | 37 | 2B |
| Octal | 61 | 137 | 250 | 107 | 53 | 0 | 42 | 331 | 67 | 53 |
| Binary | 110001 | 1011111 | 10101000 | 1000111 | 101011 | 0 | 100010 | 11011001 | 110111 | 101011 |
Color Harmonies of #315FA8
Complementary color
Monochromatic Colors of #315FA8
Black with #315FA8
Text Example
Text Example
White with #315FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315FA8; }
p { color: rgb(49,95,168); }
H1.HeaderClassName
{
color: #315FA8;
}
.AnyTagClassName
{
color: #315FA8;
}
</style>
background-color css
<style>
a { background-color: #315FA8; }
a { background-color: rgb(49,95,168); }
div.DivClassName
{
background-color: #315FA8;
}
.BgClassName
{
background-color: #315FA8;
}
</style>
border-color css
<style>
span { border-color: #315FA8; }
span { border-color: rgb(49,95,168); }
td.TdClassName
{
border-color: #315FA8;
}
.TagClassName
{
border-color: #315FA8;
}
</style>