Shades of Mariner #37609D
Tints of Mariner #37609D
RGB
CMYK
RGB Variations
Color information
#37609D (or 0x37609D) is known color: Mariner. HEX triplet: 37, 60 and 9D. RGB value is (55,96,157). Sum of RGB (Red+Green+Blue) = 55+96+157=308 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.86% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 157 (61.72% from 255 or 50.97% from 308); Max value from RGB is 157 - color contains mainly: blue. Hex color #37609D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37609D is #C89F62. Grayscale: #5A5A5A. Windows color (decimal): -13148003 or 10313783. OLE color: 10313783.
HSL color Cylindrical-coordinate representation of color #37609D: hue angle of 215.88º 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 #37609D is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 55 | 96 | 157 | - |
| CMYK | 0.65 | 0.39 | 0 | 0.38 |
| HSL | 215.88º | 0.48% | 0.42% | - |
| HSV(B) | 215.88º | 0.65% | 0.62% | - |
| XYZ | 11.84 | 11.61 | 33.52 | - |
| YUV | 90.7 | 165.42 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 96 | 157 | 0.65 | 0.39 | 0 | 0.38 | 215.88 | 0.48 | 0.42 |
| Hex | 37 | 60 | 9D | 41 | 27 | 0 | 26 | D8 | 30 | 2A |
| Octal | 67 | 140 | 235 | 101 | 47 | 0 | 46 | 330 | 60 | 52 |
| Binary | 110111 | 1100000 | 10011101 | 1000001 | 100111 | 0 | 100110 | 11011000 | 110000 | 101010 |
Color Harmonies of #37609D
Complementary color
Monochromatic Colors of #37609D
Black with #37609D
Text Example
Text Example
White with #37609D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37609D; }
p { color: rgb(55,96,157); }
H1.HeaderClassName
{
color: #37609D;
}
.AnyTagClassName
{
color: #37609D;
}
</style>
background-color css
<style>
a { background-color: #37609D; }
a { background-color: rgb(55,96,157); }
div.DivClassName
{
background-color: #37609D;
}
.BgClassName
{
background-color: #37609D;
}
</style>
border-color css
<style>
span { border-color: #37609D; }
span { border-color: rgb(55,96,157); }
td.TdClassName
{
border-color: #37609D;
}
.TagClassName
{
border-color: #37609D;
}
</style>