Shades of Mariner #37569A
Tints of Mariner #37569A
RGB
CMYK
RGB Variations
Color information
#37569A (or 0x37569A) is known color: Mariner. HEX triplet: 37, 56 and 9A. RGB value is (55,86,154). Sum of RGB (Red+Green+Blue) = 55+86+154=295 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.64% from 295); Green value is 86 (33.98% from 255 or 29.15% from 295); Blue value is 154 (60.55% from 255 or 52.20% from 295); Max value from RGB is 154 - color contains mainly: blue. Hex color #37569A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37569A is #C8A965. Grayscale: #545454. Windows color (decimal): -13150566 or 10114615. OLE color: 10114615.
HSL color Cylindrical-coordinate representation of color #37569A: hue angle of 221.21º 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 #37569A is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 55 | 86 | 154 | - |
| CMYK | 0.64 | 0.44 | 0 | 0.40 |
| HSL | 221.21º | 0.47% | 0.41% | - |
| HSV(B) | 221.21º | 0.64% | 0.6% | - |
| XYZ | 10.74 | 9.8 | 31.9 | - |
| YUV | 84.48 | 167.23 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 86 | 154 | 0.64 | 0.44 | 0 | 0.40 | 221.21 | 0.47 | 0.41 |
| Hex | 37 | 56 | 9A | 40 | 2C | 0 | 28 | DD | 2F | 29 |
| Octal | 67 | 126 | 232 | 100 | 54 | 0 | 50 | 335 | 57 | 51 |
| Binary | 110111 | 1010110 | 10011010 | 1000000 | 101100 | 0 | 101000 | 11011101 | 101111 | 101001 |
Color Harmonies of #37569A
Complementary color
Monochromatic Colors of #37569A
Black with #37569A
Text Example
Text Example
White with #37569A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37569A; }
p { color: rgb(55,86,154); }
H1.HeaderClassName
{
color: #37569A;
}
.AnyTagClassName
{
color: #37569A;
}
</style>
background-color css
<style>
a { background-color: #37569A; }
a { background-color: rgb(55,86,154); }
div.DivClassName
{
background-color: #37569A;
}
.BgClassName
{
background-color: #37569A;
}
</style>
border-color css
<style>
span { border-color: #37569A; }
span { border-color: rgb(55,86,154); }
td.TdClassName
{
border-color: #37569A;
}
.TagClassName
{
border-color: #37569A;
}
</style>