Shades of Mariner #3752A0
Tints of Mariner #3752A0
RGB
CMYK
RGB Variations
Color information
#3752A0 (or 0x3752A0) is known color: Mariner. HEX triplet: 37, 52 and A0. RGB value is (55,82,160). Sum of RGB (Red+Green+Blue) = 55+82+160=297 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.52% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 160 (62.89% from 255 or 53.87% from 297); Max value from RGB is 160 - color contains mainly: blue. Hex color #3752A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3752A0 is #C8AD5F. Grayscale: #525252. Windows color (decimal): -13151584 or 10506807. OLE color: 10506807.
HSL color Cylindrical-coordinate representation of color #3752A0: hue angle of 224.57º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3752A0 is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 55 | 82 | 160 | - |
| CMYK | 0.66 | 0.49 | 0 | 0.37 |
| HSL | 224.57º | 0.49% | 0.42% | - |
| HSV(B) | 224.57º | 0.66% | 0.63% | - |
| XYZ | 10.94 | 9.38 | 34.49 | - |
| YUV | 82.82 | 171.55 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 82 | 160 | 0.66 | 0.49 | 0 | 0.37 | 224.57 | 0.49 | 0.42 |
| Hex | 37 | 52 | A0 | 42 | 31 | 0 | 25 | E1 | 31 | 2A |
| Octal | 67 | 122 | 240 | 102 | 61 | 0 | 45 | 341 | 61 | 52 |
| Binary | 110111 | 1010010 | 10100000 | 1000010 | 110001 | 0 | 100101 | 11100001 | 110001 | 101010 |
Color Harmonies of #3752A0
Complementary color
Monochromatic Colors of #3752A0
Black with #3752A0
Text Example
Text Example
White with #3752A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3752A0; }
p { color: rgb(55,82,160); }
H1.HeaderClassName
{
color: #3752A0;
}
.AnyTagClassName
{
color: #3752A0;
}
</style>
background-color css
<style>
a { background-color: #3752A0; }
a { background-color: rgb(55,82,160); }
div.DivClassName
{
background-color: #3752A0;
}
.BgClassName
{
background-color: #3752A0;
}
</style>
border-color css
<style>
span { border-color: #3752A0; }
span { border-color: rgb(55,82,160); }
td.TdClassName
{
border-color: #3752A0;
}
.TagClassName
{
border-color: #3752A0;
}
</style>