Shades of Mariner #355DA5
Tints of Mariner #355DA5
RGB
CMYK
RGB Variations
Color information
#355DA5 (or 0x355DA5) is known color: Mariner. HEX triplet: 35, 5D and A5. RGB value is (53,93,165). Sum of RGB (Red+Green+Blue) = 53+93+165=311 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.04% from 311); Green value is 93 (36.72% from 255 or 29.90% from 311); Blue value is 165 (64.84% from 255 or 53.05% from 311); Max value from RGB is 165 - color contains mainly: blue. Hex color #355DA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355DA5 is #CAA25A. Grayscale: #585858. Windows color (decimal): -13279835 or 10837301. OLE color: 10837301.
HSL color Cylindrical-coordinate representation of color #355DA5: hue angle of 218.57º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #355DA5 is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 53 | 93 | 165 | - |
| CMYK | 0.68 | 0.44 | 0 | 0.35 |
| HSL | 218.57º | 0.51% | 0.43% | - |
| HSV(B) | 218.57º | 0.68% | 0.65% | - |
| XYZ | 12.17 | 11.3 | 37.14 | - |
| YUV | 89.25 | 170.75 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 93 | 165 | 0.68 | 0.44 | 0 | 0.35 | 218.57 | 0.51 | 0.43 |
| Hex | 35 | 5D | A5 | 44 | 2C | 0 | 23 | DB | 33 | 2B |
| Octal | 65 | 135 | 245 | 104 | 54 | 0 | 43 | 333 | 63 | 53 |
| Binary | 110101 | 1011101 | 10100101 | 1000100 | 101100 | 0 | 100011 | 11011011 | 110011 | 101011 |
Color Harmonies of #355DA5
Complementary color
Monochromatic Colors of #355DA5
Black with #355DA5
Text Example
Text Example
White with #355DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355DA5; }
p { color: rgb(53,93,165); }
H1.HeaderClassName
{
color: #355DA5;
}
.AnyTagClassName
{
color: #355DA5;
}
</style>
background-color css
<style>
a { background-color: #355DA5; }
a { background-color: rgb(53,93,165); }
div.DivClassName
{
background-color: #355DA5;
}
.BgClassName
{
background-color: #355DA5;
}
</style>
border-color css
<style>
span { border-color: #355DA5; }
span { border-color: rgb(53,93,165); }
td.TdClassName
{
border-color: #355DA5;
}
.TagClassName
{
border-color: #355DA5;
}
</style>