Shades of Mariner #355996
Tints of Mariner #355996
RGB
CMYK
RGB Variations
Color information
#355996 (or 0x355996) is known color: Mariner. HEX triplet: 35, 59 and 96. RGB value is (53,89,150). Sum of RGB (Red+Green+Blue) = 53+89+150=292 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.15% from 292); Green value is 89 (35.16% from 255 or 30.48% from 292); Blue value is 150 (58.98% from 255 or 51.37% from 292); Max value from RGB is 150 - color contains mainly: blue. Hex color #355996 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355996 is #CAA669. Grayscale: #545454. Windows color (decimal): -13280874 or 9853237. OLE color: 9853237.
HSL color Cylindrical-coordinate representation of color #355996: hue angle of 217.73º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #355996 is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 53 | 89 | 150 | - |
| CMYK | 0.65 | 0.41 | 0 | 0.41 |
| HSL | 217.73º | 0.48% | 0.4% | - |
| HSV(B) | 217.73º | 0.65% | 0.59% | - |
| XYZ | 10.55 | 10.1 | 30.25 | - |
| YUV | 85.19 | 164.57 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 89 | 150 | 0.65 | 0.41 | 0 | 0.41 | 217.73 | 0.48 | 0.4 |
| Hex | 35 | 59 | 96 | 41 | 29 | 0 | 29 | DA | 30 | 28 |
| Octal | 65 | 131 | 226 | 101 | 51 | 0 | 51 | 332 | 60 | 50 |
| Binary | 110101 | 1011001 | 10010110 | 1000001 | 101001 | 0 | 101001 | 11011010 | 110000 | 101000 |
Color Harmonies of #355996
Complementary color
Monochromatic Colors of #355996
Black with #355996
Text Example
Text Example
White with #355996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355996; }
p { color: rgb(53,89,150); }
H1.HeaderClassName
{
color: #355996;
}
.AnyTagClassName
{
color: #355996;
}
</style>
background-color css
<style>
a { background-color: #355996; }
a { background-color: rgb(53,89,150); }
div.DivClassName
{
background-color: #355996;
}
.BgClassName
{
background-color: #355996;
}
</style>
border-color css
<style>
span { border-color: #355996; }
span { border-color: rgb(53,89,150); }
td.TdClassName
{
border-color: #355996;
}
.TagClassName
{
border-color: #355996;
}
</style>