Shades of Mariner #3260A4
Tints of Mariner #3260A4
RGB
CMYK
RGB Variations
Color information
#3260A4 (or 0x3260A4) is known color: Mariner. HEX triplet: 32, 60 and A4. RGB value is (50,96,164). Sum of RGB (Red+Green+Blue) = 50+96+164=310 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.13% from 310); Green value is 96 (37.89% from 255 or 30.97% from 310); Blue value is 164 (64.45% from 255 or 52.90% from 310); Max value from RGB is 164 - color contains mainly: blue. Hex color #3260A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3260A4 is #CD9F5B. Grayscale: #595959. Windows color (decimal): -13475676 or 10772530. OLE color: 10772530.
HSL color Cylindrical-coordinate representation of color #3260A4: hue angle of 215.79º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3260A4 is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 50 | 96 | 164 | - |
| CMYK | 0.70 | 0.41 | 0 | 0.36 |
| HSL | 215.79º | 0.53% | 0.42% | - |
| HSV(B) | 215.79º | 0.7% | 0.64% | - |
| XYZ | 12.2 | 11.72 | 36.74 | - |
| YUV | 90 | 169.76 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 96 | 164 | 0.70 | 0.41 | 0 | 0.36 | 215.79 | 0.53 | 0.42 |
| Hex | 32 | 60 | A4 | 46 | 29 | 0 | 24 | D8 | 35 | 2A |
| Octal | 62 | 140 | 244 | 106 | 51 | 0 | 44 | 330 | 65 | 52 |
| Binary | 110010 | 1100000 | 10100100 | 1000110 | 101001 | 0 | 100100 | 11011000 | 110101 | 101010 |
Color Harmonies of #3260A4
Complementary color
Monochromatic Colors of #3260A4
Black with #3260A4
Text Example
Text Example
White with #3260A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3260A4; }
p { color: rgb(50,96,164); }
H1.HeaderClassName
{
color: #3260A4;
}
.AnyTagClassName
{
color: #3260A4;
}
</style>
background-color css
<style>
a { background-color: #3260A4; }
a { background-color: rgb(50,96,164); }
div.DivClassName
{
background-color: #3260A4;
}
.BgClassName
{
background-color: #3260A4;
}
</style>
border-color css
<style>
span { border-color: #3260A4; }
span { border-color: rgb(50,96,164); }
td.TdClassName
{
border-color: #3260A4;
}
.TagClassName
{
border-color: #3260A4;
}
</style>