Shades of Mariner #37579A
Tints of Mariner #37579A
RGB
CMYK
RGB Variations
Color information
#37579A (or 0x37579A) is known color: Mariner. HEX triplet: 37, 57 and 9A. RGB value is (55,87,154). Sum of RGB (Red+Green+Blue) = 55+87+154=296 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.58% from 296); Green value is 87 (34.38% from 255 or 29.39% from 296); Blue value is 154 (60.55% from 255 or 52.03% from 296); Max value from RGB is 154 - color contains mainly: blue. Hex color #37579A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37579A is #C8A865. Grayscale: #545454. Windows color (decimal): -13150310 or 10114871. OLE color: 10114871.
HSL color Cylindrical-coordinate representation of color #37579A: hue angle of 220.61º 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 #37579A is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 55 | 87 | 154 | - |
| CMYK | 0.64 | 0.44 | 0 | 0.40 |
| HSL | 220.61º | 0.47% | 0.41% | - |
| HSV(B) | 220.61º | 0.64% | 0.6% | - |
| XYZ | 10.82 | 9.96 | 31.92 | - |
| YUV | 85.07 | 166.9 | 106.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 87 | 154 | 0.64 | 0.44 | 0 | 0.40 | 220.61 | 0.47 | 0.41 |
| Hex | 37 | 57 | 9A | 40 | 2C | 0 | 28 | DD | 2F | 29 |
| Octal | 67 | 127 | 232 | 100 | 54 | 0 | 50 | 335 | 57 | 51 |
| Binary | 110111 | 1010111 | 10011010 | 1000000 | 101100 | 0 | 101000 | 11011101 | 101111 | 101001 |
Color Harmonies of #37579A
Complementary color
Monochromatic Colors of #37579A
Black with #37579A
Text Example
Text Example
White with #37579A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37579A; }
p { color: rgb(55,87,154); }
H1.HeaderClassName
{
color: #37579A;
}
.AnyTagClassName
{
color: #37579A;
}
</style>
background-color css
<style>
a { background-color: #37579A; }
a { background-color: rgb(55,87,154); }
div.DivClassName
{
background-color: #37579A;
}
.BgClassName
{
background-color: #37579A;
}
</style>
border-color css
<style>
span { border-color: #37579A; }
span { border-color: rgb(55,87,154); }
td.TdClassName
{
border-color: #37579A;
}
.TagClassName
{
border-color: #37579A;
}
</style>