Shades of Mariner #325BA4
Tints of Mariner #325BA4
RGB
CMYK
RGB Variations
Color information
#325BA4 (or 0x325BA4) is known color: Mariner. HEX triplet: 32, 5B and A4. RGB value is (50,91,164). Sum of RGB (Red+Green+Blue) = 50+91+164=305 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.39% from 305); Green value is 91 (35.94% from 255 or 29.84% from 305); Blue value is 164 (64.45% from 255 or 53.77% from 305); Max value from RGB is 164 - color contains mainly: blue. Hex color #325BA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325BA4 is #CDA45B. Grayscale: #565656. Windows color (decimal): -13476956 or 10771250. OLE color: 10771250.
HSL color Cylindrical-coordinate representation of color #325BA4: hue angle of 218.42º 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 #325BA4 is Cyan = 0.70, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 50 | 91 | 164 | - |
| CMYK | 0.70 | 0.45 | 0 | 0.36 |
| HSL | 218.42º | 0.53% | 0.42% | - |
| HSV(B) | 218.42º | 0.7% | 0.64% | - |
| XYZ | 11.76 | 10.84 | 36.59 | - |
| YUV | 87.06 | 171.42 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 91 | 164 | 0.70 | 0.45 | 0 | 0.36 | 218.42 | 0.53 | 0.42 |
| Hex | 32 | 5B | A4 | 46 | 2D | 0 | 24 | DA | 35 | 2A |
| Octal | 62 | 133 | 244 | 106 | 55 | 0 | 44 | 332 | 65 | 52 |
| Binary | 110010 | 1011011 | 10100100 | 1000110 | 101101 | 0 | 100100 | 11011010 | 110101 | 101010 |
Color Harmonies of #325BA4
Complementary color
Monochromatic Colors of #325BA4
Black with #325BA4
Text Example
Text Example
White with #325BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325BA4; }
p { color: rgb(50,91,164); }
H1.HeaderClassName
{
color: #325BA4;
}
.AnyTagClassName
{
color: #325BA4;
}
</style>
background-color css
<style>
a { background-color: #325BA4; }
a { background-color: rgb(50,91,164); }
div.DivClassName
{
background-color: #325BA4;
}
.BgClassName
{
background-color: #325BA4;
}
</style>
border-color css
<style>
span { border-color: #325BA4; }
span { border-color: rgb(50,91,164); }
td.TdClassName
{
border-color: #325BA4;
}
.TagClassName
{
border-color: #325BA4;
}
</style>