Shades of Mariner #355DAB
Tints of Mariner #355DAB
RGB
CMYK
RGB Variations
Color information
#355DAB (or 0x355DAB) is known color: Mariner. HEX triplet: 35, 5D and AB. RGB value is (53,93,171). Sum of RGB (Red+Green+Blue) = 53+93+171=317 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.72% from 317); Green value is 93 (36.72% from 255 or 29.34% from 317); Blue value is 171 (67.19% from 255 or 53.94% from 317); Max value from RGB is 171 - color contains mainly: blue. Hex color #355DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355DAB is #CAA254. Grayscale: #595959. Windows color (decimal): -13279829 or 11230517. OLE color: 11230517.
HSL color Cylindrical-coordinate representation of color #355DAB: hue angle of 219.66º degrees, saturation: 0.53, 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 #355DAB is Cyan = 0.69, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 93 | 171 | - |
| CMYK | 0.69 | 0.46 | 0 | 0.33 |
| HSL | 219.66º | 0.53% | 0.44% | - |
| HSV(B) | 219.66º | 0.69% | 0.67% | - |
| XYZ | 12.73 | 11.53 | 40.08 | - |
| YUV | 89.93 | 173.75 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 93 | 171 | 0.69 | 0.46 | 0 | 0.33 | 219.66 | 0.53 | 0.44 |
| Hex | 35 | 5D | AB | 45 | 2E | 0 | 21 | DC | 35 | 2C |
| Octal | 65 | 135 | 253 | 105 | 56 | 0 | 41 | 334 | 65 | 54 |
| Binary | 110101 | 1011101 | 10101011 | 1000101 | 101110 | 0 | 100001 | 11011100 | 110101 | 101100 |
Color Harmonies of #355DAB
Complementary color
Monochromatic Colors of #355DAB
Black with #355DAB
Text Example
Text Example
White with #355DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355DAB; }
p { color: rgb(53,93,171); }
H1.HeaderClassName
{
color: #355DAB;
}
.AnyTagClassName
{
color: #355DAB;
}
</style>
background-color css
<style>
a { background-color: #355DAB; }
a { background-color: rgb(53,93,171); }
div.DivClassName
{
background-color: #355DAB;
}
.BgClassName
{
background-color: #355DAB;
}
</style>
border-color css
<style>
span { border-color: #355DAB; }
span { border-color: rgb(53,93,171); }
td.TdClassName
{
border-color: #355DAB;
}
.TagClassName
{
border-color: #355DAB;
}
</style>