Shades of Mariner #355CA2
Tints of Mariner #355CA2
RGB
CMYK
RGB Variations
Color information
#355CA2 (or 0x355CA2) is known color: Mariner. HEX triplet: 35, 5C and A2. RGB value is (53,92,162). Sum of RGB (Red+Green+Blue) = 53+92+162=307 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.26% from 307); Green value is 92 (36.33% from 255 or 29.97% from 307); Blue value is 162 (63.67% from 255 or 52.77% from 307); Max value from RGB is 162 - color contains mainly: blue. Hex color #355CA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355CA2 is #CAA35D. Grayscale: #585858. Windows color (decimal): -13280094 or 10640437. OLE color: 10640437.
HSL color Cylindrical-coordinate representation of color #355CA2: hue angle of 218.53º 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 #355CA2 is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 53 | 92 | 162 | - |
| CMYK | 0.67 | 0.43 | 0 | 0.36 |
| HSL | 218.53º | 0.51% | 0.42% | - |
| HSV(B) | 218.53º | 0.67% | 0.64% | - |
| XYZ | 11.82 | 11.02 | 35.69 | - |
| YUV | 88.32 | 169.58 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 92 | 162 | 0.67 | 0.43 | 0 | 0.36 | 218.53 | 0.51 | 0.42 |
| Hex | 35 | 5C | A2 | 43 | 2B | 0 | 24 | DB | 33 | 2A |
| Octal | 65 | 134 | 242 | 103 | 53 | 0 | 44 | 333 | 63 | 52 |
| Binary | 110101 | 1011100 | 10100010 | 1000011 | 101011 | 0 | 100100 | 11011011 | 110011 | 101010 |
Color Harmonies of #355CA2
Complementary color
Monochromatic Colors of #355CA2
Black with #355CA2
Text Example
Text Example
White with #355CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355CA2; }
p { color: rgb(53,92,162); }
H1.HeaderClassName
{
color: #355CA2;
}
.AnyTagClassName
{
color: #355CA2;
}
</style>
background-color css
<style>
a { background-color: #355CA2; }
a { background-color: rgb(53,92,162); }
div.DivClassName
{
background-color: #355CA2;
}
.BgClassName
{
background-color: #355CA2;
}
</style>
border-color css
<style>
span { border-color: #355CA2; }
span { border-color: rgb(53,92,162); }
td.TdClassName
{
border-color: #355CA2;
}
.TagClassName
{
border-color: #355CA2;
}
</style>