Shades of Mariner #3350A5
Tints of Mariner #3350A5
RGB
CMYK
RGB Variations
Color information
#3350A5 (or 0x3350A5) is known color: Mariner. HEX triplet: 33, 50 and A5. RGB value is (51,80,165). Sum of RGB (Red+Green+Blue) = 51+80+165=296 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.23% from 296); Green value is 80 (31.64% from 255 or 27.03% from 296); Blue value is 165 (64.84% from 255 or 55.74% from 296); Max value from RGB is 165 - color contains mainly: blue. Hex color #3350A5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3350A5 is #CCAF5A. Grayscale: #505050. Windows color (decimal): -13414235 or 10833971. OLE color: 10833971.
HSL color Cylindrical-coordinate representation of color #3350A5: hue angle of 224.74º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3350A5 is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 51 | 80 | 165 | - |
| CMYK | 0.69 | 0.52 | 0 | 0.35 |
| HSL | 224.74º | 0.53% | 0.42% | - |
| HSV(B) | 224.74º | 0.69% | 0.65% | - |
| XYZ | 11.03 | 9.16 | 36.78 | - |
| YUV | 81.02 | 175.39 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 80 | 165 | 0.69 | 0.52 | 0 | 0.35 | 224.74 | 0.53 | 0.42 |
| Hex | 33 | 50 | A5 | 45 | 34 | 0 | 23 | E1 | 35 | 2A |
| Octal | 63 | 120 | 245 | 105 | 64 | 0 | 43 | 341 | 65 | 52 |
| Binary | 110011 | 1010000 | 10100101 | 1000101 | 110100 | 0 | 100011 | 11100001 | 110101 | 101010 |
Color Harmonies of #3350A5
Complementary color
Monochromatic Colors of #3350A5
Black with #3350A5
Text Example
Text Example
White with #3350A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3350A5; }
p { color: rgb(51,80,165); }
H1.HeaderClassName
{
color: #3350A5;
}
.AnyTagClassName
{
color: #3350A5;
}
</style>
background-color css
<style>
a { background-color: #3350A5; }
a { background-color: rgb(51,80,165); }
div.DivClassName
{
background-color: #3350A5;
}
.BgClassName
{
background-color: #3350A5;
}
</style>
border-color css
<style>
span { border-color: #3350A5; }
span { border-color: rgb(51,80,165); }
td.TdClassName
{
border-color: #3350A5;
}
.TagClassName
{
border-color: #3350A5;
}
</style>