Shades of Mariner #3759A2
Tints of Mariner #3759A2
RGB
CMYK
RGB Variations
Color information
#3759A2 (or 0x3759A2) is known color: Mariner. HEX triplet: 37, 59 and A2. RGB value is (55,89,162). Sum of RGB (Red+Green+Blue) = 55+89+162=306 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.97% from 306); Green value is 89 (35.16% from 255 or 29.08% from 306); Blue value is 162 (63.67% from 255 or 52.94% from 306); Max value from RGB is 162 - color contains mainly: blue. Hex color #3759A2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3759A2 is #C8A65D. Grayscale: #565656. Windows color (decimal): -13149790 or 10639671. OLE color: 10639671.
HSL color Cylindrical-coordinate representation of color #3759A2: hue angle of 220.93º degrees, saturation: 0.49, 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 #3759A2 is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 55 | 89 | 162 | - |
| CMYK | 0.66 | 0.45 | 0 | 0.36 |
| HSL | 220.93º | 0.49% | 0.43% | - |
| HSV(B) | 220.93º | 0.66% | 0.64% | - |
| XYZ | 11.67 | 10.57 | 35.61 | - |
| YUV | 87.16 | 170.24 | 105.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 89 | 162 | 0.66 | 0.45 | 0 | 0.36 | 220.93 | 0.49 | 0.43 |
| Hex | 37 | 59 | A2 | 42 | 2D | 0 | 24 | DD | 31 | 2B |
| Octal | 67 | 131 | 242 | 102 | 55 | 0 | 44 | 335 | 61 | 53 |
| Binary | 110111 | 1011001 | 10100010 | 1000010 | 101101 | 0 | 100100 | 11011101 | 110001 | 101011 |
Color Harmonies of #3759A2
Complementary color
Monochromatic Colors of #3759A2
Black with #3759A2
Text Example
Text Example
White with #3759A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3759A2; }
p { color: rgb(55,89,162); }
H1.HeaderClassName
{
color: #3759A2;
}
.AnyTagClassName
{
color: #3759A2;
}
</style>
background-color css
<style>
a { background-color: #3759A2; }
a { background-color: rgb(55,89,162); }
div.DivClassName
{
background-color: #3759A2;
}
.BgClassName
{
background-color: #3759A2;
}
</style>
border-color css
<style>
span { border-color: #3759A2; }
span { border-color: rgb(55,89,162); }
td.TdClassName
{
border-color: #3759A2;
}
.TagClassName
{
border-color: #3759A2;
}
</style>