Shades of Mariner #376195
Tints of Mariner #376195
RGB
CMYK
RGB Variations
Color information
#376195 (or 0x376195) is known color: Mariner. HEX triplet: 37, 61 and 95. RGB value is (55,97,149). Sum of RGB (Red+Green+Blue) = 55+97+149=301 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.27% from 301); Green value is 97 (38.28% from 255 or 32.23% from 301); Blue value is 149 (58.59% from 255 or 49.50% from 301); Max value from RGB is 149 - color contains mainly: blue. Hex color #376195 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376195 is #C89E6A. Grayscale: #5A5A5A. Windows color (decimal): -13147755 or 9789751. OLE color: 9789751.
HSL color Cylindrical-coordinate representation of color #376195: hue angle of 213.19º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #376195 is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 55 | 97 | 149 | - |
| CMYK | 0.63 | 0.35 | 0 | 0.42 |
| HSL | 213.19º | 0.46% | 0.4% | - |
| HSV(B) | 213.19º | 0.63% | 0.58% | - |
| XYZ | 11.28 | 11.53 | 30.07 | - |
| YUV | 90.37 | 161.09 | 102.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 97 | 149 | 0.63 | 0.35 | 0 | 0.42 | 213.19 | 0.46 | 0.4 |
| Hex | 37 | 61 | 95 | 3F | 23 | 0 | 2A | D5 | 2E | 28 |
| Octal | 67 | 141 | 225 | 77 | 43 | 0 | 52 | 325 | 56 | 50 |
| Binary | 110111 | 1100001 | 10010101 | 111111 | 100011 | 0 | 101010 | 11010101 | 101110 | 101000 |
Color Harmonies of #376195
Complementary color
Monochromatic Colors of #376195
Black with #376195
Text Example
Text Example
White with #376195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376195; }
p { color: rgb(55,97,149); }
H1.HeaderClassName
{
color: #376195;
}
.AnyTagClassName
{
color: #376195;
}
</style>
background-color css
<style>
a { background-color: #376195; }
a { background-color: rgb(55,97,149); }
div.DivClassName
{
background-color: #376195;
}
.BgClassName
{
background-color: #376195;
}
</style>
border-color css
<style>
span { border-color: #376195; }
span { border-color: rgb(55,97,149); }
td.TdClassName
{
border-color: #376195;
}
.TagClassName
{
border-color: #376195;
}
</style>