Shades of Mariner #355AAD
Tints of Mariner #355AAD
RGB
CMYK
RGB Variations
Color information
#355AAD (or 0x355AAD) is known color: Mariner. HEX triplet: 35, 5A and AD. RGB value is (53,90,173). Sum of RGB (Red+Green+Blue) = 53+90+173=316 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.77% from 316); Green value is 90 (35.55% from 255 or 28.48% from 316); Blue value is 173 (67.97% from 255 or 54.75% from 316); Max value from RGB is 173 - color contains mainly: blue. Hex color #355AAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355AAD is #CAA552. Grayscale: #585858. Windows color (decimal): -13280595 or 11360821. OLE color: 11360821.
HSL color Cylindrical-coordinate representation of color #355AAD: hue angle of 221.5º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #355AAD is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 53 | 90 | 173 | - |
| CMYK | 0.69 | 0.48 | 0 | 0.32 |
| HSL | 221.5º | 0.53% | 0.44% | - |
| HSV(B) | 221.5º | 0.69% | 0.68% | - |
| XYZ | 12.67 | 11.09 | 41.01 | - |
| YUV | 88.4 | 175.74 | 102.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 90 | 173 | 0.69 | 0.48 | 0 | 0.32 | 221.5 | 0.53 | 0.44 |
| Hex | 35 | 5A | AD | 45 | 30 | 0 | 20 | DE | 35 | 2C |
| Octal | 65 | 132 | 255 | 105 | 60 | 0 | 40 | 336 | 65 | 54 |
| Binary | 110101 | 1011010 | 10101101 | 1000101 | 110000 | 0 | 100000 | 11011110 | 110101 | 101100 |
Color Harmonies of #355AAD
Complementary color
Monochromatic Colors of #355AAD
Black with #355AAD
Text Example
Text Example
White with #355AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355AAD; }
p { color: rgb(53,90,173); }
H1.HeaderClassName
{
color: #355AAD;
}
.AnyTagClassName
{
color: #355AAD;
}
</style>
background-color css
<style>
a { background-color: #355AAD; }
a { background-color: rgb(53,90,173); }
div.DivClassName
{
background-color: #355AAD;
}
.BgClassName
{
background-color: #355AAD;
}
</style>
border-color css
<style>
span { border-color: #355AAD; }
span { border-color: rgb(53,90,173); }
td.TdClassName
{
border-color: #355AAD;
}
.TagClassName
{
border-color: #355AAD;
}
</style>