Shades of Mariner #31559C
Tints of Mariner #31559C
RGB
CMYK
RGB Variations
Color information
#31559C (or 0x31559C) is known color: Mariner. HEX triplet: 31, 55 and 9C. RGB value is (49,85,156). Sum of RGB (Red+Green+Blue) = 49+85+156=290 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.90% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 156 (61.33% from 255 or 53.79% from 290); Max value from RGB is 156 - color contains mainly: blue. Hex color #31559C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31559C is #CEAA63. Grayscale: #525252. Windows color (decimal): -13544036 or 10245425. OLE color: 10245425.
HSL color Cylindrical-coordinate representation of color #31559C: hue angle of 219.81º 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 #31559C is Cyan = 0.69, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 49 | 85 | 156 | - |
| CMYK | 0.69 | 0.46 | 0 | 0.39 |
| HSL | 219.81º | 0.52% | 0.4% | - |
| HSV(B) | 219.81º | 0.69% | 0.61% | - |
| XYZ | 10.52 | 9.55 | 32.74 | - |
| YUV | 82.33 | 169.57 | 104.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 85 | 156 | 0.69 | 0.46 | 0 | 0.39 | 219.81 | 0.52 | 0.4 |
| Hex | 31 | 55 | 9C | 45 | 2E | 0 | 27 | DC | 34 | 28 |
| Octal | 61 | 125 | 234 | 105 | 56 | 0 | 47 | 334 | 64 | 50 |
| Binary | 110001 | 1010101 | 10011100 | 1000101 | 101110 | 0 | 100111 | 11011100 | 110100 | 101000 |
Color Harmonies of #31559C
Complementary color
Monochromatic Colors of #31559C
Black with #31559C
Text Example
Text Example
White with #31559C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31559C; }
p { color: rgb(49,85,156); }
H1.HeaderClassName
{
color: #31559C;
}
.AnyTagClassName
{
color: #31559C;
}
</style>
background-color css
<style>
a { background-color: #31559C; }
a { background-color: rgb(49,85,156); }
div.DivClassName
{
background-color: #31559C;
}
.BgClassName
{
background-color: #31559C;
}
</style>
border-color css
<style>
span { border-color: #31559C; }
span { border-color: rgb(49,85,156); }
td.TdClassName
{
border-color: #31559C;
}
.TagClassName
{
border-color: #31559C;
}
</style>