Shades of Mariner #376098
Tints of Mariner #376098
RGB
CMYK
RGB Variations
Color information
#376098 (or 0x376098) is known color: Mariner. HEX triplet: 37, 60 and 98. RGB value is (55,96,152). Sum of RGB (Red+Green+Blue) = 55+96+152=303 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.15% from 303); Green value is 96 (37.89% from 255 or 31.68% from 303); Blue value is 152 (59.77% from 255 or 50.17% from 303); Max value from RGB is 152 - color contains mainly: blue. Hex color #376098 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376098 is #C89F67. Grayscale: #595959. Windows color (decimal): -13148008 or 9986103. OLE color: 9986103.
HSL color Cylindrical-coordinate representation of color #376098: hue angle of 214.64º 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 #376098 is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 55 | 96 | 152 | - |
| CMYK | 0.64 | 0.37 | 0 | 0.40 |
| HSL | 214.64º | 0.47% | 0.41% | - |
| HSV(B) | 214.64º | 0.64% | 0.6% | - |
| XYZ | 11.43 | 11.44 | 31.31 | - |
| YUV | 90.13 | 162.92 | 102.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 96 | 152 | 0.64 | 0.37 | 0 | 0.40 | 214.64 | 0.47 | 0.41 |
| Hex | 37 | 60 | 98 | 40 | 25 | 0 | 28 | D7 | 2F | 29 |
| Octal | 67 | 140 | 230 | 100 | 45 | 0 | 50 | 327 | 57 | 51 |
| Binary | 110111 | 1100000 | 10011000 | 1000000 | 100101 | 0 | 101000 | 11010111 | 101111 | 101001 |
Color Harmonies of #376098
Complementary color
Monochromatic Colors of #376098
Black with #376098
Text Example
Text Example
White with #376098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376098; }
p { color: rgb(55,96,152); }
H1.HeaderClassName
{
color: #376098;
}
.AnyTagClassName
{
color: #376098;
}
</style>
background-color css
<style>
a { background-color: #376098; }
a { background-color: rgb(55,96,152); }
div.DivClassName
{
background-color: #376098;
}
.BgClassName
{
background-color: #376098;
}
</style>
border-color css
<style>
span { border-color: #376098; }
span { border-color: rgb(55,96,152); }
td.TdClassName
{
border-color: #376098;
}
.TagClassName
{
border-color: #376098;
}
</style>