Shades of Mariner #375799
Tints of Mariner #375799
RGB
CMYK
RGB Variations
Color information
#375799 (or 0x375799) is known color: Mariner. HEX triplet: 37, 57 and 99. RGB value is (55,87,153). Sum of RGB (Red+Green+Blue) = 55+87+153=295 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.64% from 295); Green value is 87 (34.38% from 255 or 29.49% from 295); Blue value is 153 (60.16% from 255 or 51.86% from 295); Max value from RGB is 153 - color contains mainly: blue. Hex color #375799 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375799 is #C8A866. Grayscale: #545454. Windows color (decimal): -13150311 or 10049335. OLE color: 10049335.
HSL color Cylindrical-coordinate representation of color #375799: hue angle of 220.41º 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 #375799 is Cyan = 0.64, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 55 | 87 | 153 | - |
| CMYK | 0.64 | 0.43 | 0 | 0.4 |
| HSL | 220.41º | 0.47% | 0.41% | - |
| HSV(B) | 220.41º | 0.64% | 0.6% | - |
| XYZ | 10.73 | 9.93 | 31.49 | - |
| YUV | 84.96 | 166.4 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 87 | 153 | 0.64 | 0.43 | 0 | 0.4 | 220.41 | 0.47 | 0.41 |
| Hex | 37 | 57 | 99 | 40 | 2B | 0 | 28 | DC | 2F | 29 |
| Octal | 67 | 127 | 231 | 100 | 53 | 0 | 50 | 334 | 57 | 51 |
| Binary | 110111 | 1010111 | 10011001 | 1000000 | 101011 | 0 | 101000 | 11011100 | 101111 | 101001 |
Color Harmonies of #375799
Complementary color
Monochromatic Colors of #375799
Black with #375799
Text Example
Text Example
White with #375799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375799; }
p { color: rgb(55,87,153); }
H1.HeaderClassName
{
color: #375799;
}
.AnyTagClassName
{
color: #375799;
}
</style>
background-color css
<style>
a { background-color: #375799; }
a { background-color: rgb(55,87,153); }
div.DivClassName
{
background-color: #375799;
}
.BgClassName
{
background-color: #375799;
}
</style>
border-color css
<style>
span { border-color: #375799; }
span { border-color: rgb(55,87,153); }
td.TdClassName
{
border-color: #375799;
}
.TagClassName
{
border-color: #375799;
}
</style>