Shades of Mariner #355EAE
Tints of Mariner #355EAE
RGB
CMYK
RGB Variations
Color information
#355EAE (or 0x355EAE) is known color: Mariner. HEX triplet: 35, 5E and AE. RGB value is (53,94,174). Sum of RGB (Red+Green+Blue) = 53+94+174=321 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.51% from 321); Green value is 94 (37.11% from 255 or 29.28% from 321); Blue value is 174 (68.36% from 255 or 54.21% from 321); Max value from RGB is 174 - color contains mainly: blue. Hex color #355EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355EAE is #CAA151. Grayscale: #5A5A5A. Windows color (decimal): -13279570 or 11427381. OLE color: 11427381.
HSL color Cylindrical-coordinate representation of color #355EAE: hue angle of 219.67º 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 #355EAE is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 53 | 94 | 174 | - |
| CMYK | 0.70 | 0.46 | 0 | 0.32 |
| HSL | 219.67º | 0.53% | 0.45% | - |
| HSV(B) | 219.67º | 0.7% | 0.68% | - |
| XYZ | 13.11 | 11.82 | 41.63 | - |
| YUV | 90.86 | 174.92 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 94 | 174 | 0.70 | 0.46 | 0 | 0.32 | 219.67 | 0.53 | 0.45 |
| Hex | 35 | 5E | AE | 46 | 2E | 0 | 20 | DC | 35 | 2D |
| Octal | 65 | 136 | 256 | 106 | 56 | 0 | 40 | 334 | 65 | 55 |
| Binary | 110101 | 1011110 | 10101110 | 1000110 | 101110 | 0 | 100000 | 11011100 | 110101 | 101101 |
Color Harmonies of #355EAE
Complementary color
Monochromatic Colors of #355EAE
Black with #355EAE
Text Example
Text Example
White with #355EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355EAE; }
p { color: rgb(53,94,174); }
H1.HeaderClassName
{
color: #355EAE;
}
.AnyTagClassName
{
color: #355EAE;
}
</style>
background-color css
<style>
a { background-color: #355EAE; }
a { background-color: rgb(53,94,174); }
div.DivClassName
{
background-color: #355EAE;
}
.BgClassName
{
background-color: #355EAE;
}
</style>
border-color css
<style>
span { border-color: #355EAE; }
span { border-color: rgb(53,94,174); }
td.TdClassName
{
border-color: #355EAE;
}
.TagClassName
{
border-color: #355EAE;
}
</style>