Shades of Mariner #325AA2
Tints of Mariner #325AA2
RGB
CMYK
RGB Variations
Color information
#325AA2 (or 0x325AA2) is known color: Mariner. HEX triplet: 32, 5A and A2. RGB value is (50,90,162). Sum of RGB (Red+Green+Blue) = 50+90+162=302 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.56% from 302); Green value is 90 (35.55% from 255 or 29.80% from 302); Blue value is 162 (63.67% from 255 or 53.64% from 302); Max value from RGB is 162 - color contains mainly: blue. Hex color #325AA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325AA2 is #CDA55D. Grayscale: #555555. Windows color (decimal): -13477214 or 10639922. OLE color: 10639922.
HSL color Cylindrical-coordinate representation of color #325AA2: hue angle of 218.57º 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 #325AA2 is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 50 | 90 | 162 | - |
| CMYK | 0.69 | 0.44 | 0 | 0.36 |
| HSL | 218.57º | 0.53% | 0.42% | - |
| HSV(B) | 218.57º | 0.69% | 0.64% | - |
| XYZ | 11.49 | 10.6 | 35.62 | - |
| YUV | 86.25 | 170.75 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 90 | 162 | 0.69 | 0.44 | 0 | 0.36 | 218.57 | 0.53 | 0.42 |
| Hex | 32 | 5A | A2 | 45 | 2C | 0 | 24 | DB | 35 | 2A |
| Octal | 62 | 132 | 242 | 105 | 54 | 0 | 44 | 333 | 65 | 52 |
| Binary | 110010 | 1011010 | 10100010 | 1000101 | 101100 | 0 | 100100 | 11011011 | 110101 | 101010 |
Color Harmonies of #325AA2
Complementary color
Monochromatic Colors of #325AA2
Black with #325AA2
Text Example
Text Example
White with #325AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325AA2; }
p { color: rgb(50,90,162); }
H1.HeaderClassName
{
color: #325AA2;
}
.AnyTagClassName
{
color: #325AA2;
}
</style>
background-color css
<style>
a { background-color: #325AA2; }
a { background-color: rgb(50,90,162); }
div.DivClassName
{
background-color: #325AA2;
}
.BgClassName
{
background-color: #325AA2;
}
</style>
border-color css
<style>
span { border-color: #325AA2; }
span { border-color: rgb(50,90,162); }
td.TdClassName
{
border-color: #325AA2;
}
.TagClassName
{
border-color: #325AA2;
}
</style>