Shades of Mariner #37569C
Tints of Mariner #37569C
RGB
CMYK
RGB Variations
Color information
#37569C (or 0x37569C) is known color: Mariner. HEX triplet: 37, 56 and 9C. RGB value is (55,86,156). Sum of RGB (Red+Green+Blue) = 55+86+156=297 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.52% from 297); Green value is 86 (33.98% from 255 or 28.96% from 297); Blue value is 156 (61.33% from 255 or 52.53% from 297); Max value from RGB is 156 - color contains mainly: blue. Hex color #37569C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37569C is #C8A963. Grayscale: #545454. Windows color (decimal): -13150564 or 10245687. OLE color: 10245687.
HSL color Cylindrical-coordinate representation of color #37569C: hue angle of 221.58º 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 #37569C is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 55 | 86 | 156 | - |
| CMYK | 0.65 | 0.45 | 0 | 0.39 |
| HSL | 221.58º | 0.48% | 0.41% | - |
| HSV(B) | 221.58º | 0.65% | 0.61% | - |
| XYZ | 10.9 | 9.87 | 32.78 | - |
| YUV | 84.71 | 168.23 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 86 | 156 | 0.65 | 0.45 | 0 | 0.39 | 221.58 | 0.48 | 0.41 |
| Hex | 37 | 56 | 9C | 41 | 2D | 0 | 27 | DE | 30 | 29 |
| Octal | 67 | 126 | 234 | 101 | 55 | 0 | 47 | 336 | 60 | 51 |
| Binary | 110111 | 1010110 | 10011100 | 1000001 | 101101 | 0 | 100111 | 11011110 | 110000 | 101001 |
Color Harmonies of #37569C
Complementary color
Monochromatic Colors of #37569C
Black with #37569C
Text Example
Text Example
White with #37569C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37569C; }
p { color: rgb(55,86,156); }
H1.HeaderClassName
{
color: #37569C;
}
.AnyTagClassName
{
color: #37569C;
}
</style>
background-color css
<style>
a { background-color: #37569C; }
a { background-color: rgb(55,86,156); }
div.DivClassName
{
background-color: #37569C;
}
.BgClassName
{
background-color: #37569C;
}
</style>
border-color css
<style>
span { border-color: #37569C; }
span { border-color: rgb(55,86,156); }
td.TdClassName
{
border-color: #37569C;
}
.TagClassName
{
border-color: #37569C;
}
</style>