Shades of Mariner #37639E
Tints of Mariner #37639E
RGB
CMYK
RGB Variations
Color information
#37639E (or 0x37639E) is known color: Mariner. HEX triplet: 37, 63 and 9E. RGB value is (55,99,158). Sum of RGB (Red+Green+Blue) = 55+99+158=312 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.63% from 312); Green value is 99 (39.06% from 255 or 31.73% from 312); Blue value is 158 (62.11% from 255 or 50.64% from 312); Max value from RGB is 158 - color contains mainly: blue. Hex color #37639E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37639E is #C89C61. Grayscale: #5C5C5C. Windows color (decimal): -13147234 or 10380087. OLE color: 10380087.
HSL color Cylindrical-coordinate representation of color #37639E: hue angle of 214.37º 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 #37639E is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 55 | 99 | 158 | - |
| CMYK | 0.65 | 0.37 | 0 | 0.38 |
| HSL | 214.37º | 0.48% | 0.42% | - |
| HSV(B) | 214.37º | 0.65% | 0.62% | - |
| XYZ | 12.21 | 12.2 | 34.06 | - |
| YUV | 92.57 | 164.92 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 99 | 158 | 0.65 | 0.37 | 0 | 0.38 | 214.37 | 0.48 | 0.42 |
| Hex | 37 | 63 | 9E | 41 | 25 | 0 | 26 | D6 | 30 | 2A |
| Octal | 67 | 143 | 236 | 101 | 45 | 0 | 46 | 326 | 60 | 52 |
| Binary | 110111 | 1100011 | 10011110 | 1000001 | 100101 | 0 | 100110 | 11010110 | 110000 | 101010 |
Color Harmonies of #37639E
Complementary color
Monochromatic Colors of #37639E
Black with #37639E
Text Example
Text Example
White with #37639E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37639E; }
p { color: rgb(55,99,158); }
H1.HeaderClassName
{
color: #37639E;
}
.AnyTagClassName
{
color: #37639E;
}
</style>
background-color css
<style>
a { background-color: #37639E; }
a { background-color: rgb(55,99,158); }
div.DivClassName
{
background-color: #37639E;
}
.BgClassName
{
background-color: #37639E;
}
</style>
border-color css
<style>
span { border-color: #37639E; }
span { border-color: rgb(55,99,158); }
td.TdClassName
{
border-color: #37639E;
}
.TagClassName
{
border-color: #37639E;
}
</style>