Shades of Mariner #3250A2
Tints of Mariner #3250A2
RGB
CMYK
RGB Variations
Color information
#3250A2 (or 0x3250A2) is known color: Mariner. HEX triplet: 32, 50 and A2. RGB value is (50,80,162). Sum of RGB (Red+Green+Blue) = 50+80+162=292 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.12% from 292); Green value is 80 (31.64% from 255 or 27.40% from 292); Blue value is 162 (63.67% from 255 or 55.48% from 292); Max value from RGB is 162 - color contains mainly: blue. Hex color #3250A2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3250A2 is #CDAF5D. Grayscale: #505050. Windows color (decimal): -13479774 or 10637362. OLE color: 10637362.
HSL color Cylindrical-coordinate representation of color #3250A2: hue angle of 223.93º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3250A2 is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 50 | 80 | 162 | - |
| CMYK | 0.69 | 0.51 | 0 | 0.36 |
| HSL | 223.93º | 0.53% | 0.42% | - |
| HSV(B) | 223.93º | 0.69% | 0.64% | - |
| XYZ | 10.71 | 9.02 | 35.36 | - |
| YUV | 80.38 | 174.06 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 80 | 162 | 0.69 | 0.51 | 0 | 0.36 | 223.93 | 0.53 | 0.42 |
| Hex | 32 | 50 | A2 | 45 | 33 | 0 | 24 | E0 | 35 | 2A |
| Octal | 62 | 120 | 242 | 105 | 63 | 0 | 44 | 340 | 65 | 52 |
| Binary | 110010 | 1010000 | 10100010 | 1000101 | 110011 | 0 | 100100 | 11100000 | 110101 | 101010 |
Color Harmonies of #3250A2
Complementary color
Monochromatic Colors of #3250A2
Black with #3250A2
Text Example
Text Example
White with #3250A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3250A2; }
p { color: rgb(50,80,162); }
H1.HeaderClassName
{
color: #3250A2;
}
.AnyTagClassName
{
color: #3250A2;
}
</style>
background-color css
<style>
a { background-color: #3250A2; }
a { background-color: rgb(50,80,162); }
div.DivClassName
{
background-color: #3250A2;
}
.BgClassName
{
background-color: #3250A2;
}
</style>
border-color css
<style>
span { border-color: #3250A2; }
span { border-color: rgb(50,80,162); }
td.TdClassName
{
border-color: #3250A2;
}
.TagClassName
{
border-color: #3250A2;
}
</style>