Shades of Mariner #355DA2
Tints of Mariner #355DA2
RGB
CMYK
RGB Variations
Color information
#355DA2 (or 0x355DA2) is known color: Mariner. HEX triplet: 35, 5D and A2. RGB value is (53,93,162). Sum of RGB (Red+Green+Blue) = 53+93+162=308 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.21% from 308); Green value is 93 (36.72% from 255 or 30.19% from 308); Blue value is 162 (63.67% from 255 or 52.60% from 308); Max value from RGB is 162 - color contains mainly: blue. Hex color #355DA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355DA2 is #CAA25D. Grayscale: #585858. Windows color (decimal): -13279838 or 10640693. OLE color: 10640693.
HSL color Cylindrical-coordinate representation of color #355DA2: hue angle of 217.98º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #355DA2 is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 53 | 93 | 162 | - |
| CMYK | 0.67 | 0.43 | 0 | 0.36 |
| HSL | 217.98º | 0.51% | 0.42% | - |
| HSV(B) | 217.98º | 0.67% | 0.64% | - |
| XYZ | 11.9 | 11.19 | 35.72 | - |
| YUV | 88.91 | 169.25 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 93 | 162 | 0.67 | 0.43 | 0 | 0.36 | 217.98 | 0.51 | 0.42 |
| Hex | 35 | 5D | A2 | 43 | 2B | 0 | 24 | DA | 33 | 2A |
| Octal | 65 | 135 | 242 | 103 | 53 | 0 | 44 | 332 | 63 | 52 |
| Binary | 110101 | 1011101 | 10100010 | 1000011 | 101011 | 0 | 100100 | 11011010 | 110011 | 101010 |
Color Harmonies of #355DA2
Complementary color
Monochromatic Colors of #355DA2
Black with #355DA2
Text Example
Text Example
White with #355DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355DA2; }
p { color: rgb(53,93,162); }
H1.HeaderClassName
{
color: #355DA2;
}
.AnyTagClassName
{
color: #355DA2;
}
</style>
background-color css
<style>
a { background-color: #355DA2; }
a { background-color: rgb(53,93,162); }
div.DivClassName
{
background-color: #355DA2;
}
.BgClassName
{
background-color: #355DA2;
}
</style>
border-color css
<style>
span { border-color: #355DA2; }
span { border-color: rgb(53,93,162); }
td.TdClassName
{
border-color: #355DA2;
}
.TagClassName
{
border-color: #355DA2;
}
</style>