Shades of Mariner #325BA7
Tints of Mariner #325BA7
RGB
CMYK
RGB Variations
Color information
#325BA7 (or 0x325BA7) is known color: Mariner. HEX triplet: 32, 5B and A7. RGB value is (50,91,167). Sum of RGB (Red+Green+Blue) = 50+91+167=308 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.23% from 308); Green value is 91 (35.94% from 255 or 29.55% from 308); Blue value is 167 (65.62% from 255 or 54.22% from 308); Max value from RGB is 167 - color contains mainly: blue. Hex color #325BA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325BA7 is #CDA458. Grayscale: #575757. Windows color (decimal): -13476953 or 10967858. OLE color: 10967858.
HSL color Cylindrical-coordinate representation of color #325BA7: hue angle of 218.97º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #325BA7 is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 50 | 91 | 167 | - |
| CMYK | 0.70 | 0.46 | 0 | 0.35 |
| HSL | 218.97º | 0.54% | 0.43% | - |
| HSV(B) | 218.97º | 0.7% | 0.65% | - |
| XYZ | 12.03 | 10.95 | 38.04 | - |
| YUV | 87.41 | 172.92 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 91 | 167 | 0.70 | 0.46 | 0 | 0.35 | 218.97 | 0.54 | 0.43 |
| Hex | 32 | 5B | A7 | 46 | 2E | 0 | 23 | DB | 36 | 2B |
| Octal | 62 | 133 | 247 | 106 | 56 | 0 | 43 | 333 | 66 | 53 |
| Binary | 110010 | 1011011 | 10100111 | 1000110 | 101110 | 0 | 100011 | 11011011 | 110110 | 101011 |
Color Harmonies of #325BA7
Complementary color
Monochromatic Colors of #325BA7
Black with #325BA7
Text Example
Text Example
White with #325BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325BA7; }
p { color: rgb(50,91,167); }
H1.HeaderClassName
{
color: #325BA7;
}
.AnyTagClassName
{
color: #325BA7;
}
</style>
background-color css
<style>
a { background-color: #325BA7; }
a { background-color: rgb(50,91,167); }
div.DivClassName
{
background-color: #325BA7;
}
.BgClassName
{
background-color: #325BA7;
}
</style>
border-color css
<style>
span { border-color: #325BA7; }
span { border-color: rgb(50,91,167); }
td.TdClassName
{
border-color: #325BA7;
}
.TagClassName
{
border-color: #325BA7;
}
</style>