Shades of Mariner #375E95
Tints of Mariner #375E95
RGB
CMYK
RGB Variations
Color information
#375E95 (or 0x375E95) is known color: Mariner. HEX triplet: 37, 5E and 95. RGB value is (55,94,149). Sum of RGB (Red+Green+Blue) = 55+94+149=298 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.46% from 298); Green value is 94 (37.11% from 255 or 31.54% from 298); Blue value is 149 (58.59% from 255 or 50% from 298); Max value from RGB is 149 - color contains mainly: blue. Hex color #375E95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375E95 is #C8A16A. Grayscale: #585858. Windows color (decimal): -13148523 or 9788983. OLE color: 9788983.
HSL color Cylindrical-coordinate representation of color #375E95: hue angle of 215.11º 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 #375E95 is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 55 | 94 | 149 | - |
| CMYK | 0.63 | 0.37 | 0 | 0.42 |
| HSL | 215.11º | 0.46% | 0.4% | - |
| HSV(B) | 215.11º | 0.63% | 0.58% | - |
| XYZ | 11 | 10.99 | 29.97 | - |
| YUV | 88.61 | 162.08 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 94 | 149 | 0.63 | 0.37 | 0 | 0.42 | 215.11 | 0.46 | 0.4 |
| Hex | 37 | 5E | 95 | 3F | 25 | 0 | 2A | D7 | 2E | 28 |
| Octal | 67 | 136 | 225 | 77 | 45 | 0 | 52 | 327 | 56 | 50 |
| Binary | 110111 | 1011110 | 10010101 | 111111 | 100101 | 0 | 101010 | 11010111 | 101110 | 101000 |
Color Harmonies of #375E95
Complementary color
Monochromatic Colors of #375E95
Black with #375E95
Text Example
Text Example
White with #375E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375E95; }
p { color: rgb(55,94,149); }
H1.HeaderClassName
{
color: #375E95;
}
.AnyTagClassName
{
color: #375E95;
}
</style>
background-color css
<style>
a { background-color: #375E95; }
a { background-color: rgb(55,94,149); }
div.DivClassName
{
background-color: #375E95;
}
.BgClassName
{
background-color: #375E95;
}
</style>
border-color css
<style>
span { border-color: #375E95; }
span { border-color: rgb(55,94,149); }
td.TdClassName
{
border-color: #375E95;
}
.TagClassName
{
border-color: #375E95;
}
</style>