Shades of Mariner #37549B
Tints of Mariner #37549B
RGB
CMYK
RGB Variations
Color information
#37549B (or 0x37549B) is known color: Mariner. HEX triplet: 37, 54 and 9B. RGB value is (55,84,155). Sum of RGB (Red+Green+Blue) = 55+84+155=294 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.71% from 294); Green value is 84 (33.20% from 255 or 28.57% from 294); Blue value is 155 (60.94% from 255 or 52.72% from 294); Max value from RGB is 155 - color contains mainly: blue. Hex color #37549B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37549B is #C8AB64. Grayscale: #535353. Windows color (decimal): -13151077 or 10179639. OLE color: 10179639.
HSL color Cylindrical-coordinate representation of color #37549B: hue angle of 222.6º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #37549B is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 55 | 84 | 155 | - |
| CMYK | 0.65 | 0.46 | 0 | 0.39 |
| HSL | 222.6º | 0.48% | 0.41% | - |
| HSV(B) | 222.6º | 0.65% | 0.61% | - |
| XYZ | 10.66 | 9.52 | 32.29 | - |
| YUV | 83.42 | 168.39 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 84 | 155 | 0.65 | 0.46 | 0 | 0.39 | 222.6 | 0.48 | 0.41 |
| Hex | 37 | 54 | 9B | 41 | 2E | 0 | 27 | DF | 30 | 29 |
| Octal | 67 | 124 | 233 | 101 | 56 | 0 | 47 | 337 | 60 | 51 |
| Binary | 110111 | 1010100 | 10011011 | 1000001 | 101110 | 0 | 100111 | 11011111 | 110000 | 101001 |
Color Harmonies of #37549B
Complementary color
Monochromatic Colors of #37549B
Black with #37549B
Text Example
Text Example
White with #37549B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37549B; }
p { color: rgb(55,84,155); }
H1.HeaderClassName
{
color: #37549B;
}
.AnyTagClassName
{
color: #37549B;
}
</style>
background-color css
<style>
a { background-color: #37549B; }
a { background-color: rgb(55,84,155); }
div.DivClassName
{
background-color: #37549B;
}
.BgClassName
{
background-color: #37549B;
}
</style>
border-color css
<style>
span { border-color: #37549B; }
span { border-color: rgb(55,84,155); }
td.TdClassName
{
border-color: #37549B;
}
.TagClassName
{
border-color: #37549B;
}
</style>