Shades of Mariner #3562B1
Tints of Mariner #3562B1
RGB
CMYK
RGB Variations
Color information
#3562B1 (or 0x3562B1) is known color: Mariner. HEX triplet: 35, 62 and B1. RGB value is (53,98,177). Sum of RGB (Red+Green+Blue) = 53+98+177=328 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.16% from 328); Green value is 98 (38.67% from 255 or 29.88% from 328); Blue value is 177 (69.53% from 255 or 53.96% from 328); Max value from RGB is 177 - color contains mainly: blue. Hex color #3562B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3562B1 is #CA9D4E. Grayscale: #5D5D5D. Windows color (decimal): -13278543 or 11625013. OLE color: 11625013.
HSL color Cylindrical-coordinate representation of color #3562B1: hue angle of 218.23º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3562B1 is Cyan = 0.70, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 53 | 98 | 177 | - |
| CMYK | 0.70 | 0.45 | 0 | 0.31 |
| HSL | 218.23º | 0.54% | 0.45% | - |
| HSV(B) | 218.23º | 0.7% | 0.69% | - |
| XYZ | 13.77 | 12.67 | 43.31 | - |
| YUV | 93.55 | 175.09 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 98 | 177 | 0.70 | 0.45 | 0 | 0.31 | 218.23 | 0.54 | 0.45 |
| Hex | 35 | 62 | B1 | 46 | 2D | 0 | 1F | DA | 36 | 2D |
| Octal | 65 | 142 | 261 | 106 | 55 | 0 | 37 | 332 | 66 | 55 |
| Binary | 110101 | 1100010 | 10110001 | 1000110 | 101101 | 0 | 11111 | 11011010 | 110110 | 101101 |
Color Harmonies of #3562B1
Complementary color
Monochromatic Colors of #3562B1
Black with #3562B1
Text Example
Text Example
White with #3562B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3562B1; }
p { color: rgb(53,98,177); }
H1.HeaderClassName
{
color: #3562B1;
}
.AnyTagClassName
{
color: #3562B1;
}
</style>
background-color css
<style>
a { background-color: #3562B1; }
a { background-color: rgb(53,98,177); }
div.DivClassName
{
background-color: #3562B1;
}
.BgClassName
{
background-color: #3562B1;
}
</style>
border-color css
<style>
span { border-color: #3562B1; }
span { border-color: rgb(53,98,177); }
td.TdClassName
{
border-color: #3562B1;
}
.TagClassName
{
border-color: #3562B1;
}
</style>