Shades of Mariner #3259AA
Tints of Mariner #3259AA
RGB
CMYK
RGB Variations
Color information
#3259AA (or 0x3259AA) is known color: Mariner. HEX triplet: 32, 59 and AA. RGB value is (50,89,170). Sum of RGB (Red+Green+Blue) = 50+89+170=309 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.18% from 309); Green value is 89 (35.16% from 255 or 28.80% from 309); Blue value is 170 (66.80% from 255 or 55.02% from 309); Max value from RGB is 170 - color contains mainly: blue. Hex color #3259AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3259AA is #CDA655. Grayscale: #565656. Windows color (decimal): -13477462 or 11163954. OLE color: 11163954.
HSL color Cylindrical-coordinate representation of color #3259AA: hue angle of 220.5º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3259AA is Cyan = 0.71, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 89 | 170 | - |
| CMYK | 0.71 | 0.48 | 0 | 0.33 |
| HSL | 220.5º | 0.55% | 0.43% | - |
| HSV(B) | 220.5º | 0.71% | 0.67% | - |
| XYZ | 12.14 | 10.73 | 39.46 | - |
| YUV | 86.57 | 175.08 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 89 | 170 | 0.71 | 0.48 | 0 | 0.33 | 220.5 | 0.55 | 0.43 |
| Hex | 32 | 59 | AA | 47 | 30 | 0 | 21 | DC | 37 | 2B |
| Octal | 62 | 131 | 252 | 107 | 60 | 0 | 41 | 334 | 67 | 53 |
| Binary | 110010 | 1011001 | 10101010 | 1000111 | 110000 | 0 | 100001 | 11011100 | 110111 | 101011 |
Color Harmonies of #3259AA
Complementary color
Monochromatic Colors of #3259AA
Black with #3259AA
Text Example
Text Example
White with #3259AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3259AA; }
p { color: rgb(50,89,170); }
H1.HeaderClassName
{
color: #3259AA;
}
.AnyTagClassName
{
color: #3259AA;
}
</style>
background-color css
<style>
a { background-color: #3259AA; }
a { background-color: rgb(50,89,170); }
div.DivClassName
{
background-color: #3259AA;
}
.BgClassName
{
background-color: #3259AA;
}
</style>
border-color css
<style>
span { border-color: #3259AA; }
span { border-color: rgb(50,89,170); }
td.TdClassName
{
border-color: #3259AA;
}
.TagClassName
{
border-color: #3259AA;
}
</style>