Shades of Mariner #3362AC
Tints of Mariner #3362AC
RGB
CMYK
RGB Variations
Color information
#3362AC (or 0x3362AC) is known color: Mariner. HEX triplet: 33, 62 and AC. RGB value is (51,98,172). Sum of RGB (Red+Green+Blue) = 51+98+172=321 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.89% from 321); Green value is 98 (38.67% from 255 or 30.53% from 321); Blue value is 172 (67.58% from 255 or 53.58% from 321); Max value from RGB is 172 - color contains mainly: blue. Hex color #3362AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3362AC is #CC9D53. Grayscale: #5C5C5C. Windows color (decimal): -13409620 or 11297331. OLE color: 11297331.
HSL color Cylindrical-coordinate representation of color #3362AC: hue angle of 216.69º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3362AC is Cyan = 0.70, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 98 | 172 | - |
| CMYK | 0.70 | 0.43 | 0 | 0.33 |
| HSL | 216.69º | 0.54% | 0.44% | - |
| HSV(B) | 216.69º | 0.7% | 0.67% | - |
| XYZ | 13.18 | 12.42 | 40.73 | - |
| YUV | 92.38 | 172.93 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 98 | 172 | 0.70 | 0.43 | 0 | 0.33 | 216.69 | 0.54 | 0.44 |
| Hex | 33 | 62 | AC | 46 | 2B | 0 | 21 | D9 | 36 | 2C |
| Octal | 63 | 142 | 254 | 106 | 53 | 0 | 41 | 331 | 66 | 54 |
| Binary | 110011 | 1100010 | 10101100 | 1000110 | 101011 | 0 | 100001 | 11011001 | 110110 | 101100 |
Color Harmonies of #3362AC
Complementary color
Monochromatic Colors of #3362AC
Black with #3362AC
Text Example
Text Example
White with #3362AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3362AC; }
p { color: rgb(51,98,172); }
H1.HeaderClassName
{
color: #3362AC;
}
.AnyTagClassName
{
color: #3362AC;
}
</style>
background-color css
<style>
a { background-color: #3362AC; }
a { background-color: rgb(51,98,172); }
div.DivClassName
{
background-color: #3362AC;
}
.BgClassName
{
background-color: #3362AC;
}
</style>
border-color css
<style>
span { border-color: #3362AC; }
span { border-color: rgb(51,98,172); }
td.TdClassName
{
border-color: #3362AC;
}
.TagClassName
{
border-color: #3362AC;
}
</style>