Shades of Mariner #375F98
Tints of Mariner #375F98
RGB
CMYK
RGB Variations
Color information
#375F98 (or 0x375F98) is known color: Mariner. HEX triplet: 37, 5F and 98. RGB value is (55,95,152). Sum of RGB (Red+Green+Blue) = 55+95+152=302 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.21% from 302); Green value is 95 (37.5% from 255 or 31.46% from 302); Blue value is 152 (59.77% from 255 or 50.33% from 302); Max value from RGB is 152 - color contains mainly: blue. Hex color #375F98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375F98 is #C8A067. Grayscale: #595959. Windows color (decimal): -13148264 or 9985847. OLE color: 9985847.
HSL color Cylindrical-coordinate representation of color #375F98: hue angle of 215.26º 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 #375F98 is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 55 | 95 | 152 | - |
| CMYK | 0.64 | 0.38 | 0 | 0.40 |
| HSL | 215.26º | 0.47% | 0.41% | - |
| HSV(B) | 215.26º | 0.64% | 0.6% | - |
| XYZ | 11.34 | 11.26 | 31.28 | - |
| YUV | 89.54 | 163.25 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 95 | 152 | 0.64 | 0.38 | 0 | 0.40 | 215.26 | 0.47 | 0.41 |
| Hex | 37 | 5F | 98 | 40 | 26 | 0 | 28 | D7 | 2F | 29 |
| Octal | 67 | 137 | 230 | 100 | 46 | 0 | 50 | 327 | 57 | 51 |
| Binary | 110111 | 1011111 | 10011000 | 1000000 | 100110 | 0 | 101000 | 11010111 | 101111 | 101001 |
Color Harmonies of #375F98
Complementary color
Monochromatic Colors of #375F98
Black with #375F98
Text Example
Text Example
White with #375F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375F98; }
p { color: rgb(55,95,152); }
H1.HeaderClassName
{
color: #375F98;
}
.AnyTagClassName
{
color: #375F98;
}
</style>
background-color css
<style>
a { background-color: #375F98; }
a { background-color: rgb(55,95,152); }
div.DivClassName
{
background-color: #375F98;
}
.BgClassName
{
background-color: #375F98;
}
</style>
border-color css
<style>
span { border-color: #375F98; }
span { border-color: rgb(55,95,152); }
td.TdClassName
{
border-color: #375F98;
}
.TagClassName
{
border-color: #375F98;
}
</style>