Shades of Mariner #375996
Tints of Mariner #375996
RGB
CMYK
RGB Variations
Color information
#375996 (or 0x375996) is known color: Mariner. HEX triplet: 37, 59 and 96. RGB value is (55,89,150). Sum of RGB (Red+Green+Blue) = 55+89+150=294 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.71% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 150 (58.98% from 255 or 51.02% from 294); Max value from RGB is 150 - color contains mainly: blue. Hex color #375996 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375996 is #C8A669. Grayscale: #555555. Windows color (decimal): -13149802 or 9853239. OLE color: 9853239.
HSL color Cylindrical-coordinate representation of color #375996: hue angle of 218.53º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #375996 is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 55 | 89 | 150 | - |
| CMYK | 0.63 | 0.41 | 0 | 0.41 |
| HSL | 218.53º | 0.46% | 0.4% | - |
| HSV(B) | 218.53º | 0.63% | 0.59% | - |
| XYZ | 10.65 | 10.16 | 30.25 | - |
| YUV | 85.79 | 164.24 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 89 | 150 | 0.63 | 0.41 | 0 | 0.41 | 218.53 | 0.46 | 0.4 |
| Hex | 37 | 59 | 96 | 3F | 29 | 0 | 29 | DB | 2E | 28 |
| Octal | 67 | 131 | 226 | 77 | 51 | 0 | 51 | 333 | 56 | 50 |
| Binary | 110111 | 1011001 | 10010110 | 111111 | 101001 | 0 | 101001 | 11011011 | 101110 | 101000 |
Color Harmonies of #375996
Complementary color
Monochromatic Colors of #375996
Black with #375996
Text Example
Text Example
White with #375996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375996; }
p { color: rgb(55,89,150); }
H1.HeaderClassName
{
color: #375996;
}
.AnyTagClassName
{
color: #375996;
}
</style>
background-color css
<style>
a { background-color: #375996; }
a { background-color: rgb(55,89,150); }
div.DivClassName
{
background-color: #375996;
}
.BgClassName
{
background-color: #375996;
}
</style>
border-color css
<style>
span { border-color: #375996; }
span { border-color: rgb(55,89,150); }
td.TdClassName
{
border-color: #375996;
}
.TagClassName
{
border-color: #375996;
}
</style>