Shades of Mariner #37529E
Tints of Mariner #37529E
RGB
CMYK
RGB Variations
Color information
#37529E (or 0x37529E) is known color: Mariner. HEX triplet: 37, 52 and 9E. RGB value is (55,82,158). Sum of RGB (Red+Green+Blue) = 55+82+158=295 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.64% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 158 (62.11% from 255 or 53.56% from 295); Max value from RGB is 158 - color contains mainly: blue. Hex color #37529E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37529E is #C8AD61. Grayscale: #525252. Windows color (decimal): -13151586 or 10375735. OLE color: 10375735.
HSL color Cylindrical-coordinate representation of color #37529E: hue angle of 224.27º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #37529E is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 55 | 82 | 158 | - |
| CMYK | 0.65 | 0.48 | 0 | 0.38 |
| HSL | 224.27º | 0.48% | 0.42% | - |
| HSV(B) | 224.27º | 0.65% | 0.62% | - |
| XYZ | 10.76 | 9.32 | 33.58 | - |
| YUV | 82.59 | 170.55 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 82 | 158 | 0.65 | 0.48 | 0 | 0.38 | 224.27 | 0.48 | 0.42 |
| Hex | 37 | 52 | 9E | 41 | 30 | 0 | 26 | E0 | 30 | 2A |
| Octal | 67 | 122 | 236 | 101 | 60 | 0 | 46 | 340 | 60 | 52 |
| Binary | 110111 | 1010010 | 10011110 | 1000001 | 110000 | 0 | 100110 | 11100000 | 110000 | 101010 |
Color Harmonies of #37529E
Complementary color
Monochromatic Colors of #37529E
Black with #37529E
Text Example
Text Example
White with #37529E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37529E; }
p { color: rgb(55,82,158); }
H1.HeaderClassName
{
color: #37529E;
}
.AnyTagClassName
{
color: #37529E;
}
</style>
background-color css
<style>
a { background-color: #37529E; }
a { background-color: rgb(55,82,158); }
div.DivClassName
{
background-color: #37529E;
}
.BgClassName
{
background-color: #37529E;
}
</style>
border-color css
<style>
span { border-color: #37529E; }
span { border-color: rgb(55,82,158); }
td.TdClassName
{
border-color: #37529E;
}
.TagClassName
{
border-color: #37529E;
}
</style>