Shades of Mariner #315BA7
Tints of Mariner #315BA7
RGB
CMYK
RGB Variations
Color information
#315BA7 (or 0x315BA7) is known color: Mariner. HEX triplet: 31, 5B and A7. RGB value is (49,91,167). Sum of RGB (Red+Green+Blue) = 49+91+167=307 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.96% from 307); Green value is 91 (35.94% from 255 or 29.64% from 307); Blue value is 167 (65.62% from 255 or 54.40% from 307); Max value from RGB is 167 - color contains mainly: blue. Hex color #315BA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315BA7 is #CEA458. Grayscale: #565656. Windows color (decimal): -13542489 or 10967857. OLE color: 10967857.
HSL color Cylindrical-coordinate representation of color #315BA7: hue angle of 218.64º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #315BA7 is Cyan = 0.71, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 49 | 91 | 167 | - |
| CMYK | 0.71 | 0.46 | 0 | 0.35 |
| HSL | 218.64º | 0.55% | 0.42% | - |
| HSV(B) | 218.64º | 0.71% | 0.65% | - |
| XYZ | 11.98 | 10.93 | 38.04 | - |
| YUV | 87.11 | 173.09 | 100.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 91 | 167 | 0.71 | 0.46 | 0 | 0.35 | 218.64 | 0.55 | 0.42 |
| Hex | 31 | 5B | A7 | 47 | 2E | 0 | 23 | DB | 37 | 2A |
| Octal | 61 | 133 | 247 | 107 | 56 | 0 | 43 | 333 | 67 | 52 |
| Binary | 110001 | 1011011 | 10100111 | 1000111 | 101110 | 0 | 100011 | 11011011 | 110111 | 101010 |
Color Harmonies of #315BA7
Complementary color
Monochromatic Colors of #315BA7
Black with #315BA7
Text Example
Text Example
White with #315BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315BA7; }
p { color: rgb(49,91,167); }
H1.HeaderClassName
{
color: #315BA7;
}
.AnyTagClassName
{
color: #315BA7;
}
</style>
background-color css
<style>
a { background-color: #315BA7; }
a { background-color: rgb(49,91,167); }
div.DivClassName
{
background-color: #315BA7;
}
.BgClassName
{
background-color: #315BA7;
}
</style>
border-color css
<style>
span { border-color: #315BA7; }
span { border-color: rgb(49,91,167); }
td.TdClassName
{
border-color: #315BA7;
}
.TagClassName
{
border-color: #315BA7;
}
</style>