Shades of Mariner #3362A6
Tints of Mariner #3362A6
RGB
CMYK
RGB Variations
Color information
#3362A6 (or 0x3362A6) is known color: Mariner. HEX triplet: 33, 62 and A6. RGB value is (51,98,166). Sum of RGB (Red+Green+Blue) = 51+98+166=315 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.19% from 315); Green value is 98 (38.67% from 255 or 31.11% from 315); Blue value is 166 (65.23% from 255 or 52.70% from 315); Max value from RGB is 166 - color contains mainly: blue. Hex color #3362A6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3362A6 is #CC9D59. Grayscale: #5B5B5B. Windows color (decimal): -13409626 or 10904115. OLE color: 10904115.
HSL color Cylindrical-coordinate representation of color #3362A6: hue angle of 215.48º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3362A6 is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 51 | 98 | 166 | - |
| CMYK | 0.69 | 0.41 | 0 | 0.35 |
| HSL | 215.48º | 0.53% | 0.43% | - |
| HSV(B) | 215.48º | 0.69% | 0.65% | - |
| XYZ | 12.62 | 12.19 | 37.76 | - |
| YUV | 91.7 | 169.93 | 98.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 98 | 166 | 0.69 | 0.41 | 0 | 0.35 | 215.48 | 0.53 | 0.43 |
| Hex | 33 | 62 | A6 | 45 | 29 | 0 | 23 | D7 | 35 | 2B |
| Octal | 63 | 142 | 246 | 105 | 51 | 0 | 43 | 327 | 65 | 53 |
| Binary | 110011 | 1100010 | 10100110 | 1000101 | 101001 | 0 | 100011 | 11010111 | 110101 | 101011 |
Color Harmonies of #3362A6
Complementary color
Monochromatic Colors of #3362A6
Black with #3362A6
Text Example
Text Example
White with #3362A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3362A6; }
p { color: rgb(51,98,166); }
H1.HeaderClassName
{
color: #3362A6;
}
.AnyTagClassName
{
color: #3362A6;
}
</style>
background-color css
<style>
a { background-color: #3362A6; }
a { background-color: rgb(51,98,166); }
div.DivClassName
{
background-color: #3362A6;
}
.BgClassName
{
background-color: #3362A6;
}
</style>
border-color css
<style>
span { border-color: #3362A6; }
span { border-color: rgb(51,98,166); }
td.TdClassName
{
border-color: #3362A6;
}
.TagClassName
{
border-color: #3362A6;
}
</style>