Shades of Mariner #37649A
Tints of Mariner #37649A
RGB
CMYK
RGB Variations
Color information
#37649A (or 0x37649A) is known color: Mariner. HEX triplet: 37, 64 and 9A. RGB value is (55,100,154). Sum of RGB (Red+Green+Blue) = 55+100+154=309 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.80% from 309); Green value is 100 (39.45% from 255 or 32.36% from 309); Blue value is 154 (60.55% from 255 or 49.84% from 309); Max value from RGB is 154 - color contains mainly: blue. Hex color #37649A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37649A is #C89B65. Grayscale: #5C5C5C. Windows color (decimal): -13146982 or 10118199. OLE color: 10118199.
HSL color Cylindrical-coordinate representation of color #37649A: hue angle of 212.73º 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 #37649A is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 55 | 100 | 154 | - |
| CMYK | 0.64 | 0.35 | 0 | 0.40 |
| HSL | 212.73º | 0.47% | 0.41% | - |
| HSV(B) | 212.73º | 0.64% | 0.6% | - |
| XYZ | 11.97 | 12.26 | 32.31 | - |
| YUV | 92.7 | 162.59 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 100 | 154 | 0.64 | 0.35 | 0 | 0.40 | 212.73 | 0.47 | 0.41 |
| Hex | 37 | 64 | 9A | 40 | 23 | 0 | 28 | D5 | 2F | 29 |
| Octal | 67 | 144 | 232 | 100 | 43 | 0 | 50 | 325 | 57 | 51 |
| Binary | 110111 | 1100100 | 10011010 | 1000000 | 100011 | 0 | 101000 | 11010101 | 101111 | 101001 |
Color Harmonies of #37649A
Complementary color
Monochromatic Colors of #37649A
Black with #37649A
Text Example
Text Example
White with #37649A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37649A; }
p { color: rgb(55,100,154); }
H1.HeaderClassName
{
color: #37649A;
}
.AnyTagClassName
{
color: #37649A;
}
</style>
background-color css
<style>
a { background-color: #37649A; }
a { background-color: rgb(55,100,154); }
div.DivClassName
{
background-color: #37649A;
}
.BgClassName
{
background-color: #37649A;
}
</style>
border-color css
<style>
span { border-color: #37649A; }
span { border-color: rgb(55,100,154); }
td.TdClassName
{
border-color: #37649A;
}
.TagClassName
{
border-color: #37649A;
}
</style>