Shades of Mariner #376099
Tints of Mariner #376099
RGB
CMYK
RGB Variations
Color information
#376099 (or 0x376099) is known color: Mariner. HEX triplet: 37, 60 and 99. RGB value is (55,96,153). Sum of RGB (Red+Green+Blue) = 55+96+153=304 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.09% from 304); Green value is 96 (37.89% from 255 or 31.58% from 304); Blue value is 153 (60.16% from 255 or 50.33% from 304); Max value from RGB is 153 - color contains mainly: blue. Hex color #376099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376099 is #C89F66. Grayscale: #595959. Windows color (decimal): -13148007 or 10051639. OLE color: 10051639.
HSL color Cylindrical-coordinate representation of color #376099: hue angle of 214.9º 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 #376099 is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 55 | 96 | 153 | - |
| CMYK | 0.64 | 0.37 | 0 | 0.4 |
| HSL | 214.9º | 0.47% | 0.41% | - |
| HSV(B) | 214.9º | 0.64% | 0.6% | - |
| XYZ | 11.51 | 11.48 | 31.75 | - |
| YUV | 90.24 | 163.42 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 96 | 153 | 0.64 | 0.37 | 0 | 0.4 | 214.9 | 0.47 | 0.41 |
| Hex | 37 | 60 | 99 | 40 | 25 | 0 | 28 | D7 | 2F | 29 |
| Octal | 67 | 140 | 231 | 100 | 45 | 0 | 50 | 327 | 57 | 51 |
| Binary | 110111 | 1100000 | 10011001 | 1000000 | 100101 | 0 | 101000 | 11010111 | 101111 | 101001 |
Color Harmonies of #376099
Complementary color
Monochromatic Colors of #376099
Black with #376099
Text Example
Text Example
White with #376099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376099; }
p { color: rgb(55,96,153); }
H1.HeaderClassName
{
color: #376099;
}
.AnyTagClassName
{
color: #376099;
}
</style>
background-color css
<style>
a { background-color: #376099; }
a { background-color: rgb(55,96,153); }
div.DivClassName
{
background-color: #376099;
}
.BgClassName
{
background-color: #376099;
}
</style>
border-color css
<style>
span { border-color: #376099; }
span { border-color: rgb(55,96,153); }
td.TdClassName
{
border-color: #376099;
}
.TagClassName
{
border-color: #376099;
}
</style>