Shades of Mariner #355E96
Tints of Mariner #355E96
RGB
CMYK
RGB Variations
Color information
#355E96 (or 0x355E96) is known color: Mariner. HEX triplet: 35, 5E and 96. RGB value is (53,94,150). Sum of RGB (Red+Green+Blue) = 53+94+150=297 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.85% from 297); Green value is 94 (37.11% from 255 or 31.65% from 297); Blue value is 150 (58.98% from 255 or 50.51% from 297); Max value from RGB is 150 - color contains mainly: blue. Hex color #355E96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355E96 is #CAA169. Grayscale: #575757. Windows color (decimal): -13279594 or 9854517. OLE color: 9854517.
HSL color Cylindrical-coordinate representation of color #355E96: hue angle of 214.64º 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 #355E96 is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 53 | 94 | 150 | - |
| CMYK | 0.65 | 0.37 | 0 | 0.41 |
| HSL | 214.64º | 0.48% | 0.4% | - |
| HSV(B) | 214.64º | 0.65% | 0.59% | - |
| XYZ | 10.98 | 10.96 | 30.39 | - |
| YUV | 88.13 | 162.92 | 102.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 94 | 150 | 0.65 | 0.37 | 0 | 0.41 | 214.64 | 0.48 | 0.4 |
| Hex | 35 | 5E | 96 | 41 | 25 | 0 | 29 | D7 | 30 | 28 |
| Octal | 65 | 136 | 226 | 101 | 45 | 0 | 51 | 327 | 60 | 50 |
| Binary | 110101 | 1011110 | 10010110 | 1000001 | 100101 | 0 | 101001 | 11010111 | 110000 | 101000 |
Color Harmonies of #355E96
Complementary color
Monochromatic Colors of #355E96
Black with #355E96
Text Example
Text Example
White with #355E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355E96; }
p { color: rgb(53,94,150); }
H1.HeaderClassName
{
color: #355E96;
}
.AnyTagClassName
{
color: #355E96;
}
</style>
background-color css
<style>
a { background-color: #355E96; }
a { background-color: rgb(53,94,150); }
div.DivClassName
{
background-color: #355E96;
}
.BgClassName
{
background-color: #355E96;
}
</style>
border-color css
<style>
span { border-color: #355E96; }
span { border-color: rgb(53,94,150); }
td.TdClassName
{
border-color: #355E96;
}
.TagClassName
{
border-color: #355E96;
}
</style>