Shades of Mariner #376198
Tints of Mariner #376198
RGB
CMYK
RGB Variations
Color information
#376198 (or 0x376198) is known color: Mariner. HEX triplet: 37, 61 and 98. RGB value is (55,97,152). Sum of RGB (Red+Green+Blue) = 55+97+152=304 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.09% from 304); Green value is 97 (38.28% from 255 or 31.91% from 304); Blue value is 152 (59.77% from 255 or 50% from 304); Max value from RGB is 152 - color contains mainly: blue. Hex color #376198 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376198 is #C89E67. Grayscale: #5A5A5A. Windows color (decimal): -13147752 or 9986359. OLE color: 9986359.
HSL color Cylindrical-coordinate representation of color #376198: hue angle of 214.02º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #376198 is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 55 | 97 | 152 | - |
| CMYK | 0.64 | 0.36 | 0 | 0.40 |
| HSL | 214.02º | 0.47% | 0.41% | - |
| HSV(B) | 214.02º | 0.64% | 0.6% | - |
| XYZ | 11.52 | 11.63 | 31.34 | - |
| YUV | 90.71 | 162.59 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 97 | 152 | 0.64 | 0.36 | 0 | 0.40 | 214.02 | 0.47 | 0.41 |
| Hex | 37 | 61 | 98 | 40 | 24 | 0 | 28 | D6 | 2F | 29 |
| Octal | 67 | 141 | 230 | 100 | 44 | 0 | 50 | 326 | 57 | 51 |
| Binary | 110111 | 1100001 | 10011000 | 1000000 | 100100 | 0 | 101000 | 11010110 | 101111 | 101001 |
Color Harmonies of #376198
Complementary color
Monochromatic Colors of #376198
Black with #376198
Text Example
Text Example
White with #376198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376198; }
p { color: rgb(55,97,152); }
H1.HeaderClassName
{
color: #376198;
}
.AnyTagClassName
{
color: #376198;
}
</style>
background-color css
<style>
a { background-color: #376198; }
a { background-color: rgb(55,97,152); }
div.DivClassName
{
background-color: #376198;
}
.BgClassName
{
background-color: #376198;
}
</style>
border-color css
<style>
span { border-color: #376198; }
span { border-color: rgb(55,97,152); }
td.TdClassName
{
border-color: #376198;
}
.TagClassName
{
border-color: #376198;
}
</style>