Shades of Mariner #3756A3
Tints of Mariner #3756A3
RGB
CMYK
RGB Variations
Color information
#3756A3 (or 0x3756A3) is known color: Mariner. HEX triplet: 37, 56 and A3. RGB value is (55,86,163). Sum of RGB (Red+Green+Blue) = 55+86+163=304 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.09% from 304); Green value is 86 (33.98% from 255 or 28.29% from 304); Blue value is 163 (64.06% from 255 or 53.62% from 304); Max value from RGB is 163 - color contains mainly: blue. Hex color #3756A3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3756A3 is #C8A95C. Grayscale: #555555. Windows color (decimal): -13150557 or 10704439. OLE color: 10704439.
HSL color Cylindrical-coordinate representation of color #3756A3: hue angle of 222.78º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3756A3 is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 55 | 86 | 163 | - |
| CMYK | 0.66 | 0.47 | 0 | 0.36 |
| HSL | 222.78º | 0.5% | 0.43% | - |
| HSV(B) | 222.78º | 0.66% | 0.64% | - |
| XYZ | 11.51 | 10.11 | 36 | - |
| YUV | 85.51 | 171.73 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 86 | 163 | 0.66 | 0.47 | 0 | 0.36 | 222.78 | 0.5 | 0.43 |
| Hex | 37 | 56 | A3 | 42 | 2F | 0 | 24 | DF | 32 | 2B |
| Octal | 67 | 126 | 243 | 102 | 57 | 0 | 44 | 337 | 62 | 53 |
| Binary | 110111 | 1010110 | 10100011 | 1000010 | 101111 | 0 | 100100 | 11011111 | 110010 | 101011 |
Color Harmonies of #3756A3
Complementary color
Monochromatic Colors of #3756A3
Black with #3756A3
Text Example
Text Example
White with #3756A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3756A3; }
p { color: rgb(55,86,163); }
H1.HeaderClassName
{
color: #3756A3;
}
.AnyTagClassName
{
color: #3756A3;
}
</style>
background-color css
<style>
a { background-color: #3756A3; }
a { background-color: rgb(55,86,163); }
div.DivClassName
{
background-color: #3756A3;
}
.BgClassName
{
background-color: #3756A3;
}
</style>
border-color css
<style>
span { border-color: #3756A3; }
span { border-color: rgb(55,86,163); }
td.TdClassName
{
border-color: #3756A3;
}
.TagClassName
{
border-color: #3756A3;
}
</style>