Shades of Mariner #355AA2
Tints of Mariner #355AA2
RGB
CMYK
RGB Variations
Color information
#355AA2 (or 0x355AA2) is known color: Mariner. HEX triplet: 35, 5A and A2. RGB value is (53,90,162). Sum of RGB (Red+Green+Blue) = 53+90+162=305 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.38% from 305); Green value is 90 (35.55% from 255 or 29.51% from 305); Blue value is 162 (63.67% from 255 or 53.11% from 305); Max value from RGB is 162 - color contains mainly: blue. Hex color #355AA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355AA2 is #CAA55D. Grayscale: #565656. Windows color (decimal): -13280606 or 10639925. OLE color: 10639925.
HSL color Cylindrical-coordinate representation of color #355AA2: hue angle of 219.63º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #355AA2 is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 53 | 90 | 162 | - |
| CMYK | 0.67 | 0.44 | 0 | 0.36 |
| HSL | 219.63º | 0.51% | 0.42% | - |
| HSV(B) | 219.63º | 0.67% | 0.64% | - |
| XYZ | 11.65 | 10.68 | 35.63 | - |
| YUV | 87.15 | 170.24 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 90 | 162 | 0.67 | 0.44 | 0 | 0.36 | 219.63 | 0.51 | 0.42 |
| Hex | 35 | 5A | A2 | 43 | 2C | 0 | 24 | DC | 33 | 2A |
| Octal | 65 | 132 | 242 | 103 | 54 | 0 | 44 | 334 | 63 | 52 |
| Binary | 110101 | 1011010 | 10100010 | 1000011 | 101100 | 0 | 100100 | 11011100 | 110011 | 101010 |
Color Harmonies of #355AA2
Complementary color
Monochromatic Colors of #355AA2
Black with #355AA2
Text Example
Text Example
White with #355AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355AA2; }
p { color: rgb(53,90,162); }
H1.HeaderClassName
{
color: #355AA2;
}
.AnyTagClassName
{
color: #355AA2;
}
</style>
background-color css
<style>
a { background-color: #355AA2; }
a { background-color: rgb(53,90,162); }
div.DivClassName
{
background-color: #355AA2;
}
.BgClassName
{
background-color: #355AA2;
}
</style>
border-color css
<style>
span { border-color: #355AA2; }
span { border-color: rgb(53,90,162); }
td.TdClassName
{
border-color: #355AA2;
}
.TagClassName
{
border-color: #355AA2;
}
</style>