Shades of Mariner #375699
Tints of Mariner #375699
RGB
CMYK
RGB Variations
Color information
#375699 (or 0x375699) is known color: Mariner. HEX triplet: 37, 56 and 99. RGB value is (55,86,153). Sum of RGB (Red+Green+Blue) = 55+86+153=294 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.71% from 294); Green value is 86 (33.98% from 255 or 29.25% from 294); Blue value is 153 (60.16% from 255 or 52.04% from 294); Max value from RGB is 153 - color contains mainly: blue. Hex color #375699 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375699 is #C8A966. Grayscale: #545454. Windows color (decimal): -13150567 or 10049079. OLE color: 10049079.
HSL color Cylindrical-coordinate representation of color #375699: hue angle of 221.02º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #375699 is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 55 | 86 | 153 | - |
| CMYK | 0.64 | 0.44 | 0 | 0.4 |
| HSL | 221.02º | 0.47% | 0.41% | - |
| HSV(B) | 221.02º | 0.64% | 0.6% | - |
| XYZ | 10.65 | 9.77 | 31.46 | - |
| YUV | 84.37 | 166.73 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 86 | 153 | 0.64 | 0.44 | 0 | 0.4 | 221.02 | 0.47 | 0.41 |
| Hex | 37 | 56 | 99 | 40 | 2C | 0 | 28 | DD | 2F | 29 |
| Octal | 67 | 126 | 231 | 100 | 54 | 0 | 50 | 335 | 57 | 51 |
| Binary | 110111 | 1010110 | 10011001 | 1000000 | 101100 | 0 | 101000 | 11011101 | 101111 | 101001 |
Color Harmonies of #375699
Complementary color
Monochromatic Colors of #375699
Black with #375699
Text Example
Text Example
White with #375699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375699; }
p { color: rgb(55,86,153); }
H1.HeaderClassName
{
color: #375699;
}
.AnyTagClassName
{
color: #375699;
}
</style>
background-color css
<style>
a { background-color: #375699; }
a { background-color: rgb(55,86,153); }
div.DivClassName
{
background-color: #375699;
}
.BgClassName
{
background-color: #375699;
}
</style>
border-color css
<style>
span { border-color: #375699; }
span { border-color: rgb(55,86,153); }
td.TdClassName
{
border-color: #375699;
}
.TagClassName
{
border-color: #375699;
}
</style>