Shades of Mariner #3155A0
Tints of Mariner #3155A0
RGB
CMYK
RGB Variations
Color information
#3155A0 (or 0x3155A0) is known color: Mariner. HEX triplet: 31, 55 and A0. RGB value is (49,85,160). Sum of RGB (Red+Green+Blue) = 49+85+160=294 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.67% from 294); Green value is 85 (33.59% from 255 or 28.91% from 294); Blue value is 160 (62.89% from 255 or 54.42% from 294); Max value from RGB is 160 - color contains mainly: blue. Hex color #3155A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3155A0 is #CEAA5F. Grayscale: #525252. Windows color (decimal): -13544032 or 10507569. OLE color: 10507569.
HSL color Cylindrical-coordinate representation of color #3155A0: hue angle of 220.54º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3155A0 is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 49 | 85 | 160 | - |
| CMYK | 0.69 | 0.47 | 0 | 0.37 |
| HSL | 220.54º | 0.53% | 0.41% | - |
| HSV(B) | 220.54º | 0.69% | 0.63% | - |
| XYZ | 10.86 | 9.69 | 34.56 | - |
| YUV | 82.79 | 171.57 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 85 | 160 | 0.69 | 0.47 | 0 | 0.37 | 220.54 | 0.53 | 0.41 |
| Hex | 31 | 55 | A0 | 45 | 2F | 0 | 25 | DD | 35 | 29 |
| Octal | 61 | 125 | 240 | 105 | 57 | 0 | 45 | 335 | 65 | 51 |
| Binary | 110001 | 1010101 | 10100000 | 1000101 | 101111 | 0 | 100101 | 11011101 | 110101 | 101001 |
Color Harmonies of #3155A0
Complementary color
Monochromatic Colors of #3155A0
Black with #3155A0
Text Example
Text Example
White with #3155A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3155A0; }
p { color: rgb(49,85,160); }
H1.HeaderClassName
{
color: #3155A0;
}
.AnyTagClassName
{
color: #3155A0;
}
</style>
background-color css
<style>
a { background-color: #3155A0; }
a { background-color: rgb(49,85,160); }
div.DivClassName
{
background-color: #3155A0;
}
.BgClassName
{
background-color: #3155A0;
}
</style>
border-color css
<style>
span { border-color: #3155A0; }
span { border-color: rgb(49,85,160); }
td.TdClassName
{
border-color: #3155A0;
}
.TagClassName
{
border-color: #3155A0;
}
</style>