Shades of Mariner #375995
Tints of Mariner #375995
RGB
CMYK
RGB Variations
Color information
#375995 (or 0x375995) is known color: Mariner. HEX triplet: 37, 59 and 95. RGB value is (55,89,149). Sum of RGB (Red+Green+Blue) = 55+89+149=293 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.77% from 293); Green value is 89 (35.16% from 255 or 30.38% from 293); Blue value is 149 (58.59% from 255 or 50.85% from 293); Max value from RGB is 149 - color contains mainly: blue. Hex color #375995 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375995 is #C8A66A. Grayscale: #555555. Windows color (decimal): -13149803 or 9787703. OLE color: 9787703.
HSL color Cylindrical-coordinate representation of color #375995: hue angle of 218.3º 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 #375995 is Cyan = 0.63, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 55 | 89 | 149 | - |
| CMYK | 0.63 | 0.40 | 0 | 0.42 |
| HSL | 218.3º | 0.46% | 0.4% | - |
| HSV(B) | 218.3º | 0.63% | 0.58% | - |
| XYZ | 10.57 | 10.13 | 29.83 | - |
| YUV | 85.67 | 163.74 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 89 | 149 | 0.63 | 0.40 | 0 | 0.42 | 218.3 | 0.46 | 0.4 |
| Hex | 37 | 59 | 95 | 3F | 28 | 0 | 2A | DA | 2E | 28 |
| Octal | 67 | 131 | 225 | 77 | 50 | 0 | 52 | 332 | 56 | 50 |
| Binary | 110111 | 1011001 | 10010101 | 111111 | 101000 | 0 | 101010 | 11011010 | 101110 | 101000 |
Color Harmonies of #375995
Complementary color
Monochromatic Colors of #375995
Black with #375995
Text Example
Text Example
White with #375995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375995; }
p { color: rgb(55,89,149); }
H1.HeaderClassName
{
color: #375995;
}
.AnyTagClassName
{
color: #375995;
}
</style>
background-color css
<style>
a { background-color: #375995; }
a { background-color: rgb(55,89,149); }
div.DivClassName
{
background-color: #375995;
}
.BgClassName
{
background-color: #375995;
}
</style>
border-color css
<style>
span { border-color: #375995; }
span { border-color: rgb(55,89,149); }
td.TdClassName
{
border-color: #375995;
}
.TagClassName
{
border-color: #375995;
}
</style>