Shades of Mariner #375898
Tints of Mariner #375898
RGB
CMYK
RGB Variations
Color information
#375898 (or 0x375898) is known color: Mariner. HEX triplet: 37, 58 and 98. RGB value is (55,88,152). Sum of RGB (Red+Green+Blue) = 55+88+152=295 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.64% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 152 (59.77% from 255 or 51.53% from 295); Max value from RGB is 152 - color contains mainly: blue. Hex color #375898 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375898 is #C8A767. Grayscale: #555555. Windows color (decimal): -13150056 or 9984055. OLE color: 9984055.
HSL color Cylindrical-coordinate representation of color #375898: hue angle of 219.59º 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 #375898 is Cyan = 0.64, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 55 | 88 | 152 | - |
| CMYK | 0.64 | 0.42 | 0 | 0.40 |
| HSL | 219.59º | 0.47% | 0.41% | - |
| HSV(B) | 219.59º | 0.64% | 0.6% | - |
| XYZ | 10.73 | 10.06 | 31.08 | - |
| YUV | 85.43 | 165.57 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 88 | 152 | 0.64 | 0.42 | 0 | 0.40 | 219.59 | 0.47 | 0.41 |
| Hex | 37 | 58 | 98 | 40 | 2A | 0 | 28 | DC | 2F | 29 |
| Octal | 67 | 130 | 230 | 100 | 52 | 0 | 50 | 334 | 57 | 51 |
| Binary | 110111 | 1011000 | 10011000 | 1000000 | 101010 | 0 | 101000 | 11011100 | 101111 | 101001 |
Color Harmonies of #375898
Complementary color
Monochromatic Colors of #375898
Black with #375898
Text Example
Text Example
White with #375898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375898; }
p { color: rgb(55,88,152); }
H1.HeaderClassName
{
color: #375898;
}
.AnyTagClassName
{
color: #375898;
}
</style>
background-color css
<style>
a { background-color: #375898; }
a { background-color: rgb(55,88,152); }
div.DivClassName
{
background-color: #375898;
}
.BgClassName
{
background-color: #375898;
}
</style>
border-color css
<style>
span { border-color: #375898; }
span { border-color: rgb(55,88,152); }
td.TdClassName
{
border-color: #375898;
}
.TagClassName
{
border-color: #375898;
}
</style>