Shades of Mariner #355BAE
Tints of Mariner #355BAE
RGB
CMYK
RGB Variations
Color information
#355BAE (or 0x355BAE) is known color: Mariner. HEX triplet: 35, 5B and AE. RGB value is (53,91,174). Sum of RGB (Red+Green+Blue) = 53+91+174=318 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.67% from 318); Green value is 91 (35.94% from 255 or 28.62% from 318); Blue value is 174 (68.36% from 255 or 54.72% from 318); Max value from RGB is 174 - color contains mainly: blue. Hex color #355BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355BAE is #CAA451. Grayscale: #585858. Windows color (decimal): -13280338 or 11426613. OLE color: 11426613.
HSL color Cylindrical-coordinate representation of color #355BAE: hue angle of 221.16º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #355BAE is Cyan = 0.70, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 53 | 91 | 174 | - |
| CMYK | 0.70 | 0.48 | 0 | 0.32 |
| HSL | 221.16º | 0.53% | 0.45% | - |
| HSV(B) | 221.16º | 0.7% | 0.68% | - |
| XYZ | 12.85 | 11.3 | 41.55 | - |
| YUV | 89.1 | 175.91 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 91 | 174 | 0.70 | 0.48 | 0 | 0.32 | 221.16 | 0.53 | 0.45 |
| Hex | 35 | 5B | AE | 46 | 30 | 0 | 20 | DD | 35 | 2D |
| Octal | 65 | 133 | 256 | 106 | 60 | 0 | 40 | 335 | 65 | 55 |
| Binary | 110101 | 1011011 | 10101110 | 1000110 | 110000 | 0 | 100000 | 11011101 | 110101 | 101101 |
Color Harmonies of #355BAE
Complementary color
Monochromatic Colors of #355BAE
Black with #355BAE
Text Example
Text Example
White with #355BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355BAE; }
p { color: rgb(53,91,174); }
H1.HeaderClassName
{
color: #355BAE;
}
.AnyTagClassName
{
color: #355BAE;
}
</style>
background-color css
<style>
a { background-color: #355BAE; }
a { background-color: rgb(53,91,174); }
div.DivClassName
{
background-color: #355BAE;
}
.BgClassName
{
background-color: #355BAE;
}
</style>
border-color css
<style>
span { border-color: #355BAE; }
span { border-color: rgb(53,91,174); }
td.TdClassName
{
border-color: #355BAE;
}
.TagClassName
{
border-color: #355BAE;
}
</style>