Shades of Mariner #355DAE
Tints of Mariner #355DAE
RGB
CMYK
RGB Variations
Color information
#355DAE (or 0x355DAE) is known color: Mariner. HEX triplet: 35, 5D and AE. RGB value is (53,93,174). Sum of RGB (Red+Green+Blue) = 53+93+174=320 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.56% from 320); Green value is 93 (36.72% from 255 or 29.06% from 320); Blue value is 174 (68.36% from 255 or 54.38% from 320); Max value from RGB is 174 - color contains mainly: blue. Hex color #355DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355DAE is #CAA251. Grayscale: #595959. Windows color (decimal): -13279826 or 11427125. OLE color: 11427125.
HSL color Cylindrical-coordinate representation of color #355DAE: hue angle of 220.17º 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 #355DAE is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 53 | 93 | 174 | - |
| CMYK | 0.70 | 0.47 | 0 | 0.32 |
| HSL | 220.17º | 0.53% | 0.45% | - |
| HSV(B) | 220.17º | 0.7% | 0.68% | - |
| XYZ | 13.02 | 11.64 | 41.61 | - |
| YUV | 90.27 | 175.25 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 93 | 174 | 0.70 | 0.47 | 0 | 0.32 | 220.17 | 0.53 | 0.45 |
| Hex | 35 | 5D | AE | 46 | 2F | 0 | 20 | DC | 35 | 2D |
| Octal | 65 | 135 | 256 | 106 | 57 | 0 | 40 | 334 | 65 | 55 |
| Binary | 110101 | 1011101 | 10101110 | 1000110 | 101111 | 0 | 100000 | 11011100 | 110101 | 101101 |
Color Harmonies of #355DAE
Complementary color
Monochromatic Colors of #355DAE
Black with #355DAE
Text Example
Text Example
White with #355DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355DAE; }
p { color: rgb(53,93,174); }
H1.HeaderClassName
{
color: #355DAE;
}
.AnyTagClassName
{
color: #355DAE;
}
</style>
background-color css
<style>
a { background-color: #355DAE; }
a { background-color: rgb(53,93,174); }
div.DivClassName
{
background-color: #355DAE;
}
.BgClassName
{
background-color: #355DAE;
}
</style>
border-color css
<style>
span { border-color: #355DAE; }
span { border-color: rgb(53,93,174); }
td.TdClassName
{
border-color: #355DAE;
}
.TagClassName
{
border-color: #355DAE;
}
</style>