Shades of Mariner #355BAB
Tints of Mariner #355BAB
RGB
CMYK
RGB Variations
Color information
#355BAB (or 0x355BAB) is known color: Mariner. HEX triplet: 35, 5B and AB. RGB value is (53,91,171). Sum of RGB (Red+Green+Blue) = 53+91+171=315 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.83% from 315); Green value is 91 (35.94% from 255 or 28.89% from 315); Blue value is 171 (67.19% from 255 or 54.29% from 315); Max value from RGB is 171 - color contains mainly: blue. Hex color #355BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355BAB is #CAA454. Grayscale: #585858. Windows color (decimal): -13280341 or 11230005. OLE color: 11230005.
HSL color Cylindrical-coordinate representation of color #355BAB: hue angle of 220.68º 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 #355BAB is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 91 | 171 | - |
| CMYK | 0.69 | 0.47 | 0 | 0.33 |
| HSL | 220.68º | 0.53% | 0.44% | - |
| HSV(B) | 220.68º | 0.69% | 0.67% | - |
| XYZ | 12.56 | 11.18 | 40.02 | - |
| YUV | 88.76 | 174.41 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 91 | 171 | 0.69 | 0.47 | 0 | 0.33 | 220.68 | 0.53 | 0.44 |
| Hex | 35 | 5B | AB | 45 | 2F | 0 | 21 | DD | 35 | 2C |
| Octal | 65 | 133 | 253 | 105 | 57 | 0 | 41 | 335 | 65 | 54 |
| Binary | 110101 | 1011011 | 10101011 | 1000101 | 101111 | 0 | 100001 | 11011101 | 110101 | 101100 |
Color Harmonies of #355BAB
Complementary color
Monochromatic Colors of #355BAB
Black with #355BAB
Text Example
Text Example
White with #355BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355BAB; }
p { color: rgb(53,91,171); }
H1.HeaderClassName
{
color: #355BAB;
}
.AnyTagClassName
{
color: #355BAB;
}
</style>
background-color css
<style>
a { background-color: #355BAB; }
a { background-color: rgb(53,91,171); }
div.DivClassName
{
background-color: #355BAB;
}
.BgClassName
{
background-color: #355BAB;
}
</style>
border-color css
<style>
span { border-color: #355BAB; }
span { border-color: rgb(53,91,171); }
td.TdClassName
{
border-color: #355BAB;
}
.TagClassName
{
border-color: #355BAB;
}
</style>