Shades of Mariner #3363AC
Tints of Mariner #3363AC
RGB
CMYK
RGB Variations
Color information
#3363AC (or 0x3363AC) is known color: Mariner. HEX triplet: 33, 63 and AC. RGB value is (51,99,172). Sum of RGB (Red+Green+Blue) = 51+99+172=322 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.84% from 322); Green value is 99 (39.06% from 255 or 30.75% from 322); Blue value is 172 (67.58% from 255 or 53.42% from 322); Max value from RGB is 172 - color contains mainly: blue. Hex color #3363AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3363AC is #CC9C53. Grayscale: #5C5C5C. Windows color (decimal): -13409364 or 11297587. OLE color: 11297587.
HSL color Cylindrical-coordinate representation of color #3363AC: hue angle of 216.2º 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 #3363AC is Cyan = 0.70, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 99 | 172 | - |
| CMYK | 0.70 | 0.42 | 0 | 0.33 |
| HSL | 216.2º | 0.54% | 0.44% | - |
| HSV(B) | 216.2º | 0.7% | 0.67% | - |
| XYZ | 13.27 | 12.61 | 40.76 | - |
| YUV | 92.97 | 172.6 | 98.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 99 | 172 | 0.70 | 0.42 | 0 | 0.33 | 216.2 | 0.54 | 0.44 |
| Hex | 33 | 63 | AC | 46 | 2A | 0 | 21 | D8 | 36 | 2C |
| Octal | 63 | 143 | 254 | 106 | 52 | 0 | 41 | 330 | 66 | 54 |
| Binary | 110011 | 1100011 | 10101100 | 1000110 | 101010 | 0 | 100001 | 11011000 | 110110 | 101100 |
Color Harmonies of #3363AC
Complementary color
Monochromatic Colors of #3363AC
Black with #3363AC
Text Example
Text Example
White with #3363AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3363AC; }
p { color: rgb(51,99,172); }
H1.HeaderClassName
{
color: #3363AC;
}
.AnyTagClassName
{
color: #3363AC;
}
</style>
background-color css
<style>
a { background-color: #3363AC; }
a { background-color: rgb(51,99,172); }
div.DivClassName
{
background-color: #3363AC;
}
.BgClassName
{
background-color: #3363AC;
}
</style>
border-color css
<style>
span { border-color: #3363AC; }
span { border-color: rgb(51,99,172); }
td.TdClassName
{
border-color: #3363AC;
}
.TagClassName
{
border-color: #3363AC;
}
</style>