Shades of Mariner #355A96
Tints of Mariner #355A96
RGB
CMYK
RGB Variations
Color information
#355A96 (or 0x355A96) is known color: Mariner. HEX triplet: 35, 5A and 96. RGB value is (53,90,150). Sum of RGB (Red+Green+Blue) = 53+90+150=293 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.09% from 293); Green value is 90 (35.55% from 255 or 30.72% from 293); Blue value is 150 (58.98% from 255 or 51.19% from 293); Max value from RGB is 150 - color contains mainly: blue. Hex color #355A96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355A96 is #CAA569. Grayscale: #555555. Windows color (decimal): -13280618 or 9853493. OLE color: 9853493.
HSL color Cylindrical-coordinate representation of color #355A96: hue angle of 217.11º 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 #355A96 is Cyan = 0.65, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 53 | 90 | 150 | - |
| CMYK | 0.65 | 0.4 | 0 | 0.41 |
| HSL | 217.11º | 0.48% | 0.4% | - |
| HSV(B) | 217.11º | 0.65% | 0.59% | - |
| XYZ | 10.63 | 10.27 | 30.28 | - |
| YUV | 85.78 | 164.24 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 90 | 150 | 0.65 | 0.4 | 0 | 0.41 | 217.11 | 0.48 | 0.4 |
| Hex | 35 | 5A | 96 | 41 | 28 | 0 | 29 | D9 | 30 | 28 |
| Octal | 65 | 132 | 226 | 101 | 50 | 0 | 51 | 331 | 60 | 50 |
| Binary | 110101 | 1011010 | 10010110 | 1000001 | 101000 | 0 | 101001 | 11011001 | 110000 | 101000 |
Color Harmonies of #355A96
Complementary color
Monochromatic Colors of #355A96
Black with #355A96
Text Example
Text Example
White with #355A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355A96; }
p { color: rgb(53,90,150); }
H1.HeaderClassName
{
color: #355A96;
}
.AnyTagClassName
{
color: #355A96;
}
</style>
background-color css
<style>
a { background-color: #355A96; }
a { background-color: rgb(53,90,150); }
div.DivClassName
{
background-color: #355A96;
}
.BgClassName
{
background-color: #355A96;
}
</style>
border-color css
<style>
span { border-color: #355A96; }
span { border-color: rgb(53,90,150); }
td.TdClassName
{
border-color: #355A96;
}
.TagClassName
{
border-color: #355A96;
}
</style>