Shades of Mariner #375EAA
Tints of Mariner #375EAA
RGB
CMYK
RGB Variations
Color information
#375EAA (or 0x375EAA) is known color: Mariner. HEX triplet: 37, 5E and AA. RGB value is (55,94,170). Sum of RGB (Red+Green+Blue) = 55+94+170=319 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.24% from 319); Green value is 94 (37.11% from 255 or 29.47% from 319); Blue value is 170 (66.80% from 255 or 53.29% from 319); Max value from RGB is 170 - color contains mainly: blue. Hex color #375EAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375EAA is #C8A155. Grayscale: #5A5A5A. Windows color (decimal): -13148502 or 11165239. OLE color: 11165239.
HSL color Cylindrical-coordinate representation of color #375EAA: hue angle of 219.65º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #375EAA is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 55 | 94 | 170 | - |
| CMYK | 0.68 | 0.45 | 0 | 0.33 |
| HSL | 219.65º | 0.51% | 0.44% | - |
| HSV(B) | 219.65º | 0.68% | 0.67% | - |
| XYZ | 12.83 | 11.72 | 39.62 | - |
| YUV | 91 | 172.58 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 94 | 170 | 0.68 | 0.45 | 0 | 0.33 | 219.65 | 0.51 | 0.44 |
| Hex | 37 | 5E | AA | 44 | 2D | 0 | 21 | DC | 33 | 2C |
| Octal | 67 | 136 | 252 | 104 | 55 | 0 | 41 | 334 | 63 | 54 |
| Binary | 110111 | 1011110 | 10101010 | 1000100 | 101101 | 0 | 100001 | 11011100 | 110011 | 101100 |
Color Harmonies of #375EAA
Complementary color
Monochromatic Colors of #375EAA
Black with #375EAA
Text Example
Text Example
White with #375EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375EAA; }
p { color: rgb(55,94,170); }
H1.HeaderClassName
{
color: #375EAA;
}
.AnyTagClassName
{
color: #375EAA;
}
</style>
background-color css
<style>
a { background-color: #375EAA; }
a { background-color: rgb(55,94,170); }
div.DivClassName
{
background-color: #375EAA;
}
.BgClassName
{
background-color: #375EAA;
}
</style>
border-color css
<style>
span { border-color: #375EAA; }
span { border-color: rgb(55,94,170); }
td.TdClassName
{
border-color: #375EAA;
}
.TagClassName
{
border-color: #375EAA;
}
</style>