Shades of Mariner #315BA5
Tints of Mariner #315BA5
RGB
CMYK
RGB Variations
Color information
#315BA5 (or 0x315BA5) is known color: Mariner. HEX triplet: 31, 5B and A5. RGB value is (49,91,165). Sum of RGB (Red+Green+Blue) = 49+91+165=305 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.07% from 305); Green value is 91 (35.94% from 255 or 29.84% from 305); Blue value is 165 (64.84% from 255 or 54.10% from 305); Max value from RGB is 165 - color contains mainly: blue. Hex color #315BA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315BA5 is #CEA45A. Grayscale: #565656. Windows color (decimal): -13542491 or 10836785. OLE color: 10836785.
HSL color Cylindrical-coordinate representation of color #315BA5: hue angle of 218.28º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #315BA5 is Cyan = 0.70, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 49 | 91 | 165 | - |
| CMYK | 0.70 | 0.45 | 0 | 0.35 |
| HSL | 218.28º | 0.54% | 0.42% | - |
| HSV(B) | 218.28º | 0.7% | 0.65% | - |
| XYZ | 11.8 | 10.85 | 37.07 | - |
| YUV | 86.88 | 172.09 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 91 | 165 | 0.70 | 0.45 | 0 | 0.35 | 218.28 | 0.54 | 0.42 |
| Hex | 31 | 5B | A5 | 46 | 2D | 0 | 23 | DA | 36 | 2A |
| Octal | 61 | 133 | 245 | 106 | 55 | 0 | 43 | 332 | 66 | 52 |
| Binary | 110001 | 1011011 | 10100101 | 1000110 | 101101 | 0 | 100011 | 11011010 | 110110 | 101010 |
Color Harmonies of #315BA5
Complementary color
Monochromatic Colors of #315BA5
Black with #315BA5
Text Example
Text Example
White with #315BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315BA5; }
p { color: rgb(49,91,165); }
H1.HeaderClassName
{
color: #315BA5;
}
.AnyTagClassName
{
color: #315BA5;
}
</style>
background-color css
<style>
a { background-color: #315BA5; }
a { background-color: rgb(49,91,165); }
div.DivClassName
{
background-color: #315BA5;
}
.BgClassName
{
background-color: #315BA5;
}
</style>
border-color css
<style>
span { border-color: #315BA5; }
span { border-color: rgb(49,91,165); }
td.TdClassName
{
border-color: #315BA5;
}
.TagClassName
{
border-color: #315BA5;
}
</style>