Shades of Mariner #355AA9
Tints of Mariner #355AA9
RGB
CMYK
RGB Variations
Color information
#355AA9 (or 0x355AA9) is known color: Mariner. HEX triplet: 35, 5A and A9. RGB value is (53,90,169). Sum of RGB (Red+Green+Blue) = 53+90+169=312 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.99% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 169 (66.41% from 255 or 54.17% from 312); Max value from RGB is 169 - color contains mainly: blue. Hex color #355AA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355AA9 is #CAA556. Grayscale: #575757. Windows color (decimal): -13280599 or 11098677. OLE color: 11098677.
HSL color Cylindrical-coordinate representation of color #355AA9: hue angle of 220.86º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #355AA9 is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 53 | 90 | 169 | - |
| CMYK | 0.69 | 0.47 | 0 | 0.34 |
| HSL | 220.86º | 0.52% | 0.44% | - |
| HSV(B) | 220.86º | 0.69% | 0.66% | - |
| XYZ | 12.29 | 10.93 | 39 | - |
| YUV | 87.94 | 173.74 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 90 | 169 | 0.69 | 0.47 | 0 | 0.34 | 220.86 | 0.52 | 0.44 |
| Hex | 35 | 5A | A9 | 45 | 2F | 0 | 22 | DD | 34 | 2C |
| Octal | 65 | 132 | 251 | 105 | 57 | 0 | 42 | 335 | 64 | 54 |
| Binary | 110101 | 1011010 | 10101001 | 1000101 | 101111 | 0 | 100010 | 11011101 | 110100 | 101100 |
Color Harmonies of #355AA9
Complementary color
Monochromatic Colors of #355AA9
Black with #355AA9
Text Example
Text Example
White with #355AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355AA9; }
p { color: rgb(53,90,169); }
H1.HeaderClassName
{
color: #355AA9;
}
.AnyTagClassName
{
color: #355AA9;
}
</style>
background-color css
<style>
a { background-color: #355AA9; }
a { background-color: rgb(53,90,169); }
div.DivClassName
{
background-color: #355AA9;
}
.BgClassName
{
background-color: #355AA9;
}
</style>
border-color css
<style>
span { border-color: #355AA9; }
span { border-color: rgb(53,90,169); }
td.TdClassName
{
border-color: #355AA9;
}
.TagClassName
{
border-color: #355AA9;
}
</style>