Shades of Mariner #355BAA
Tints of Mariner #355BAA
RGB
CMYK
RGB Variations
Color information
#355BAA (or 0x355BAA) is known color: Mariner. HEX triplet: 35, 5B and AA. RGB value is (53,91,170). Sum of RGB (Red+Green+Blue) = 53+91+170=314 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.88% from 314); Green value is 91 (35.94% from 255 or 28.98% from 314); Blue value is 170 (66.80% from 255 or 54.14% from 314); Max value from RGB is 170 - color contains mainly: blue. Hex color #355BAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355BAA is #CAA455. Grayscale: #585858. Windows color (decimal): -13280342 or 11164469. OLE color: 11164469.
HSL color Cylindrical-coordinate representation of color #355BAA: hue angle of 220.51º degrees, saturation: 0.52, 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 #355BAA is Cyan = 0.69, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 91 | 170 | - |
| CMYK | 0.69 | 0.46 | 0 | 0.33 |
| HSL | 220.51º | 0.52% | 0.44% | - |
| HSV(B) | 220.51º | 0.69% | 0.67% | - |
| XYZ | 12.46 | 11.14 | 39.52 | - |
| YUV | 88.64 | 173.91 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 91 | 170 | 0.69 | 0.46 | 0 | 0.33 | 220.51 | 0.52 | 0.44 |
| Hex | 35 | 5B | AA | 45 | 2E | 0 | 21 | DD | 34 | 2C |
| Octal | 65 | 133 | 252 | 105 | 56 | 0 | 41 | 335 | 64 | 54 |
| Binary | 110101 | 1011011 | 10101010 | 1000101 | 101110 | 0 | 100001 | 11011101 | 110100 | 101100 |
Color Harmonies of #355BAA
Complementary color
Monochromatic Colors of #355BAA
Black with #355BAA
Text Example
Text Example
White with #355BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355BAA; }
p { color: rgb(53,91,170); }
H1.HeaderClassName
{
color: #355BAA;
}
.AnyTagClassName
{
color: #355BAA;
}
</style>
background-color css
<style>
a { background-color: #355BAA; }
a { background-color: rgb(53,91,170); }
div.DivClassName
{
background-color: #355BAA;
}
.BgClassName
{
background-color: #355BAA;
}
</style>
border-color css
<style>
span { border-color: #355BAA; }
span { border-color: rgb(53,91,170); }
td.TdClassName
{
border-color: #355BAA;
}
.TagClassName
{
border-color: #355BAA;
}
</style>