Shades of Mariner #355BA0
Tints of Mariner #355BA0
RGB
CMYK
RGB Variations
Color information
#355BA0 (or 0x355BA0) is known color: Mariner. HEX triplet: 35, 5B and A0. RGB value is (53,91,160). Sum of RGB (Red+Green+Blue) = 53+91+160=304 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.43% from 304); Green value is 91 (35.94% from 255 or 29.93% from 304); Blue value is 160 (62.89% from 255 or 52.63% from 304); Max value from RGB is 160 - color contains mainly: blue. Hex color #355BA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355BA0 is #CAA45F. Grayscale: #575757. Windows color (decimal): -13280352 or 10509109. OLE color: 10509109.
HSL color Cylindrical-coordinate representation of color #355BA0: hue angle of 218.69º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #355BA0 is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 53 | 91 | 160 | - |
| CMYK | 0.67 | 0.43 | 0 | 0.37 |
| HSL | 218.69º | 0.5% | 0.42% | - |
| HSV(B) | 218.69º | 0.67% | 0.63% | - |
| XYZ | 11.55 | 10.78 | 34.73 | - |
| YUV | 87.5 | 168.91 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 91 | 160 | 0.67 | 0.43 | 0 | 0.37 | 218.69 | 0.5 | 0.42 |
| Hex | 35 | 5B | A0 | 43 | 2B | 0 | 25 | DB | 32 | 2A |
| Octal | 65 | 133 | 240 | 103 | 53 | 0 | 45 | 333 | 62 | 52 |
| Binary | 110101 | 1011011 | 10100000 | 1000011 | 101011 | 0 | 100101 | 11011011 | 110010 | 101010 |
Color Harmonies of #355BA0
Complementary color
Monochromatic Colors of #355BA0
Black with #355BA0
Text Example
Text Example
White with #355BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355BA0; }
p { color: rgb(53,91,160); }
H1.HeaderClassName
{
color: #355BA0;
}
.AnyTagClassName
{
color: #355BA0;
}
</style>
background-color css
<style>
a { background-color: #355BA0; }
a { background-color: rgb(53,91,160); }
div.DivClassName
{
background-color: #355BA0;
}
.BgClassName
{
background-color: #355BA0;
}
</style>
border-color css
<style>
span { border-color: #355BA0; }
span { border-color: rgb(53,91,160); }
td.TdClassName
{
border-color: #355BA0;
}
.TagClassName
{
border-color: #355BA0;
}
</style>