Shades of Mariner #315B9F
Tints of Mariner #315B9F
RGB
CMYK
RGB Variations
Color information
#315B9F (or 0x315B9F) is known color: Mariner. HEX triplet: 31, 5B and 9F. RGB value is (49,91,159). Sum of RGB (Red+Green+Blue) = 49+91+159=299 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.39% from 299); Green value is 91 (35.94% from 255 or 30.43% from 299); Blue value is 159 (62.5% from 255 or 53.18% from 299); Max value from RGB is 159 - color contains mainly: blue. Hex color #315B9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315B9F is #CEA460. Grayscale: #555555. Windows color (decimal): -13542497 or 10443569. OLE color: 10443569.
HSL color Cylindrical-coordinate representation of color #315B9F: hue angle of 217.09º 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 #315B9F is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 49 | 91 | 159 | - |
| CMYK | 0.69 | 0.43 | 0 | 0.38 |
| HSL | 217.09º | 0.53% | 0.41% | - |
| HSV(B) | 217.09º | 0.69% | 0.62% | - |
| XYZ | 11.27 | 10.64 | 34.26 | - |
| YUV | 86.19 | 169.09 | 101.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 91 | 159 | 0.69 | 0.43 | 0 | 0.38 | 217.09 | 0.53 | 0.41 |
| Hex | 31 | 5B | 9F | 45 | 2B | 0 | 26 | D9 | 35 | 29 |
| Octal | 61 | 133 | 237 | 105 | 53 | 0 | 46 | 331 | 65 | 51 |
| Binary | 110001 | 1011011 | 10011111 | 1000101 | 101011 | 0 | 100110 | 11011001 | 110101 | 101001 |
Color Harmonies of #315B9F
Complementary color
Monochromatic Colors of #315B9F
Black with #315B9F
Text Example
Text Example
White with #315B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315B9F; }
p { color: rgb(49,91,159); }
H1.HeaderClassName
{
color: #315B9F;
}
.AnyTagClassName
{
color: #315B9F;
}
</style>
background-color css
<style>
a { background-color: #315B9F; }
a { background-color: rgb(49,91,159); }
div.DivClassName
{
background-color: #315B9F;
}
.BgClassName
{
background-color: #315B9F;
}
</style>
border-color css
<style>
span { border-color: #315B9F; }
span { border-color: rgb(49,91,159); }
td.TdClassName
{
border-color: #315B9F;
}
.TagClassName
{
border-color: #315B9F;
}
</style>