Shades of Mariner #355DAA
Tints of Mariner #355DAA
RGB
CMYK
RGB Variations
Color information
#355DAA (or 0x355DAA) is known color: Mariner. HEX triplet: 35, 5D and AA. RGB value is (53,93,170). Sum of RGB (Red+Green+Blue) = 53+93+170=316 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.77% from 316); Green value is 93 (36.72% from 255 or 29.43% from 316); Blue value is 170 (66.80% from 255 or 53.80% from 316); Max value from RGB is 170 - color contains mainly: blue. Hex color #355DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355DAA is #CAA255. Grayscale: #595959. Windows color (decimal): -13279830 or 11164981. OLE color: 11164981.
HSL color Cylindrical-coordinate representation of color #355DAA: hue angle of 219.49º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #355DAA is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 93 | 170 | - |
| CMYK | 0.69 | 0.45 | 0 | 0.33 |
| HSL | 219.49º | 0.52% | 0.44% | - |
| HSV(B) | 219.49º | 0.69% | 0.67% | - |
| XYZ | 12.64 | 11.49 | 39.58 | - |
| YUV | 89.82 | 173.25 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 93 | 170 | 0.69 | 0.45 | 0 | 0.33 | 219.49 | 0.52 | 0.44 |
| Hex | 35 | 5D | AA | 45 | 2D | 0 | 21 | DB | 34 | 2C |
| Octal | 65 | 135 | 252 | 105 | 55 | 0 | 41 | 333 | 64 | 54 |
| Binary | 110101 | 1011101 | 10101010 | 1000101 | 101101 | 0 | 100001 | 11011011 | 110100 | 101100 |
Color Harmonies of #355DAA
Complementary color
Monochromatic Colors of #355DAA
Black with #355DAA
Text Example
Text Example
White with #355DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355DAA; }
p { color: rgb(53,93,170); }
H1.HeaderClassName
{
color: #355DAA;
}
.AnyTagClassName
{
color: #355DAA;
}
</style>
background-color css
<style>
a { background-color: #355DAA; }
a { background-color: rgb(53,93,170); }
div.DivClassName
{
background-color: #355DAA;
}
.BgClassName
{
background-color: #355DAA;
}
</style>
border-color css
<style>
span { border-color: #355DAA; }
span { border-color: rgb(53,93,170); }
td.TdClassName
{
border-color: #355DAA;
}
.TagClassName
{
border-color: #355DAA;
}
</style>