Shades of Mariner #325DAC
Tints of Mariner #325DAC
RGB
CMYK
RGB Variations
Color information
#325DAC (or 0x325DAC) is known color: Mariner. HEX triplet: 32, 5D and AC. RGB value is (50,93,172). Sum of RGB (Red+Green+Blue) = 50+93+172=315 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.87% from 315); Green value is 93 (36.72% from 255 or 29.52% from 315); Blue value is 172 (67.58% from 255 or 54.60% from 315); Max value from RGB is 172 - color contains mainly: blue. Hex color #325DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325DAC is #CDA253. Grayscale: #585858. Windows color (decimal): -13476436 or 11296050. OLE color: 11296050.
HSL color Cylindrical-coordinate representation of color #325DAC: hue angle of 218.85º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #325DAC is Cyan = 0.71, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 93 | 172 | - |
| CMYK | 0.71 | 0.46 | 0 | 0.33 |
| HSL | 218.85º | 0.55% | 0.44% | - |
| HSV(B) | 218.85º | 0.71% | 0.67% | - |
| XYZ | 12.68 | 11.49 | 40.58 | - |
| YUV | 89.15 | 174.75 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 93 | 172 | 0.71 | 0.46 | 0 | 0.33 | 218.85 | 0.55 | 0.44 |
| Hex | 32 | 5D | AC | 47 | 2E | 0 | 21 | DB | 37 | 2C |
| Octal | 62 | 135 | 254 | 107 | 56 | 0 | 41 | 333 | 67 | 54 |
| Binary | 110010 | 1011101 | 10101100 | 1000111 | 101110 | 0 | 100001 | 11011011 | 110111 | 101100 |
Color Harmonies of #325DAC
Complementary color
Monochromatic Colors of #325DAC
Black with #325DAC
Text Example
Text Example
White with #325DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325DAC; }
p { color: rgb(50,93,172); }
H1.HeaderClassName
{
color: #325DAC;
}
.AnyTagClassName
{
color: #325DAC;
}
</style>
background-color css
<style>
a { background-color: #325DAC; }
a { background-color: rgb(50,93,172); }
div.DivClassName
{
background-color: #325DAC;
}
.BgClassName
{
background-color: #325DAC;
}
</style>
border-color css
<style>
span { border-color: #325DAC; }
span { border-color: rgb(50,93,172); }
td.TdClassName
{
border-color: #325DAC;
}
.TagClassName
{
border-color: #325DAC;
}
</style>