Shades of Mariner #315E9C
Tints of Mariner #315E9C
RGB
CMYK
RGB Variations
Color information
#315E9C (or 0x315E9C) is known color: Mariner. HEX triplet: 31, 5E and 9C. RGB value is (49,94,156). Sum of RGB (Red+Green+Blue) = 49+94+156=299 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.39% from 299); Green value is 94 (37.11% from 255 or 31.44% from 299); Blue value is 156 (61.33% from 255 or 52.17% from 299); Max value from RGB is 156 - color contains mainly: blue. Hex color #315E9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315E9C is #CEA163. Grayscale: #575757. Windows color (decimal): -13541732 or 10247729. OLE color: 10247729.
HSL color Cylindrical-coordinate representation of color #315E9C: hue angle of 214.77º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #315E9C is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 49 | 94 | 156 | - |
| CMYK | 0.69 | 0.40 | 0 | 0.39 |
| HSL | 214.77º | 0.52% | 0.4% | - |
| HSV(B) | 214.77º | 0.69% | 0.61% | - |
| XYZ | 11.27 | 11.06 | 32.99 | - |
| YUV | 87.61 | 166.59 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 94 | 156 | 0.69 | 0.40 | 0 | 0.39 | 214.77 | 0.52 | 0.4 |
| Hex | 31 | 5E | 9C | 45 | 28 | 0 | 27 | D7 | 34 | 28 |
| Octal | 61 | 136 | 234 | 105 | 50 | 0 | 47 | 327 | 64 | 50 |
| Binary | 110001 | 1011110 | 10011100 | 1000101 | 101000 | 0 | 100111 | 11010111 | 110100 | 101000 |
Color Harmonies of #315E9C
Complementary color
Monochromatic Colors of #315E9C
Black with #315E9C
Text Example
Text Example
White with #315E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315E9C; }
p { color: rgb(49,94,156); }
H1.HeaderClassName
{
color: #315E9C;
}
.AnyTagClassName
{
color: #315E9C;
}
</style>
background-color css
<style>
a { background-color: #315E9C; }
a { background-color: rgb(49,94,156); }
div.DivClassName
{
background-color: #315E9C;
}
.BgClassName
{
background-color: #315E9C;
}
</style>
border-color css
<style>
span { border-color: #315E9C; }
span { border-color: rgb(49,94,156); }
td.TdClassName
{
border-color: #315E9C;
}
.TagClassName
{
border-color: #315E9C;
}
</style>