Shades of Mariner #3752A7
Tints of Mariner #3752A7
RGB
CMYK
RGB Variations
Color information
#3752A7 (or 0x3752A7) is known color: Mariner. HEX triplet: 37, 52 and A7. RGB value is (55,82,167). Sum of RGB (Red+Green+Blue) = 55+82+167=304 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.09% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 167 (65.62% from 255 or 54.93% from 304); Max value from RGB is 167 - color contains mainly: blue. Hex color #3752A7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3752A7 is #C8AD58. Grayscale: #535353. Windows color (decimal): -13151577 or 10965559. OLE color: 10965559.
HSL color Cylindrical-coordinate representation of color #3752A7: hue angle of 225.54º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3752A7 is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 55 | 82 | 167 | - |
| CMYK | 0.67 | 0.51 | 0 | 0.35 |
| HSL | 225.54º | 0.5% | 0.44% | - |
| HSV(B) | 225.54º | 0.67% | 0.65% | - |
| XYZ | 11.57 | 9.64 | 37.81 | - |
| YUV | 83.62 | 175.05 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 82 | 167 | 0.67 | 0.51 | 0 | 0.35 | 225.54 | 0.5 | 0.44 |
| Hex | 37 | 52 | A7 | 43 | 33 | 0 | 23 | E2 | 32 | 2C |
| Octal | 67 | 122 | 247 | 103 | 63 | 0 | 43 | 342 | 62 | 54 |
| Binary | 110111 | 1010010 | 10100111 | 1000011 | 110011 | 0 | 100011 | 11100010 | 110010 | 101100 |
Color Harmonies of #3752A7
Complementary color
Monochromatic Colors of #3752A7
Black with #3752A7
Text Example
Text Example
White with #3752A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3752A7; }
p { color: rgb(55,82,167); }
H1.HeaderClassName
{
color: #3752A7;
}
.AnyTagClassName
{
color: #3752A7;
}
</style>
background-color css
<style>
a { background-color: #3752A7; }
a { background-color: rgb(55,82,167); }
div.DivClassName
{
background-color: #3752A7;
}
.BgClassName
{
background-color: #3752A7;
}
</style>
border-color css
<style>
span { border-color: #3752A7; }
span { border-color: rgb(55,82,167); }
td.TdClassName
{
border-color: #3752A7;
}
.TagClassName
{
border-color: #3752A7;
}
</style>