Shades of Mariner #315CA7
Tints of Mariner #315CA7
RGB
CMYK
RGB Variations
Color information
#315CA7 (or 0x315CA7) is known color: Mariner. HEX triplet: 31, 5C and A7. RGB value is (49,92,167). Sum of RGB (Red+Green+Blue) = 49+92+167=308 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.91% from 308); Green value is 92 (36.33% from 255 or 29.87% from 308); Blue value is 167 (65.62% from 255 or 54.22% from 308); Max value from RGB is 167 - color contains mainly: blue. Hex color #315CA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315CA7 is #CEA358. Grayscale: #575757. Windows color (decimal): -13542233 or 10968113. OLE color: 10968113.
HSL color Cylindrical-coordinate representation of color #315CA7: hue angle of 218.14º 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 #315CA7 is Cyan = 0.71, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 49 | 92 | 167 | - |
| CMYK | 0.71 | 0.45 | 0 | 0.35 |
| HSL | 218.14º | 0.55% | 0.42% | - |
| HSV(B) | 218.14º | 0.71% | 0.65% | - |
| XYZ | 12.07 | 11.1 | 38.07 | - |
| YUV | 87.69 | 172.75 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 92 | 167 | 0.71 | 0.45 | 0 | 0.35 | 218.14 | 0.55 | 0.42 |
| Hex | 31 | 5C | A7 | 47 | 2D | 0 | 23 | DA | 37 | 2A |
| Octal | 61 | 134 | 247 | 107 | 55 | 0 | 43 | 332 | 67 | 52 |
| Binary | 110001 | 1011100 | 10100111 | 1000111 | 101101 | 0 | 100011 | 11011010 | 110111 | 101010 |
Color Harmonies of #315CA7
Complementary color
Monochromatic Colors of #315CA7
Black with #315CA7
Text Example
Text Example
White with #315CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315CA7; }
p { color: rgb(49,92,167); }
H1.HeaderClassName
{
color: #315CA7;
}
.AnyTagClassName
{
color: #315CA7;
}
</style>
background-color css
<style>
a { background-color: #315CA7; }
a { background-color: rgb(49,92,167); }
div.DivClassName
{
background-color: #315CA7;
}
.BgClassName
{
background-color: #315CA7;
}
</style>
border-color css
<style>
span { border-color: #315CA7; }
span { border-color: rgb(49,92,167); }
td.TdClassName
{
border-color: #315CA7;
}
.TagClassName
{
border-color: #315CA7;
}
</style>