Shades of Mariner #335DAC
Tints of Mariner #335DAC
RGB
CMYK
RGB Variations
Color information
#335DAC (or 0x335DAC) is known color: Mariner. HEX triplet: 33, 5D and AC. RGB value is (51,93,172). Sum of RGB (Red+Green+Blue) = 51+93+172=316 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.14% from 316); Green value is 93 (36.72% from 255 or 29.43% from 316); Blue value is 172 (67.58% from 255 or 54.43% from 316); Max value from RGB is 172 - color contains mainly: blue. Hex color #335DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335DAC is #CCA253. Grayscale: #595959. Windows color (decimal): -13410900 or 11296051. OLE color: 11296051.
HSL color Cylindrical-coordinate representation of color #335DAC: hue angle of 219.17º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #335DAC is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 93 | 172 | - |
| CMYK | 0.70 | 0.46 | 0 | 0.33 |
| HSL | 219.17º | 0.54% | 0.44% | - |
| HSV(B) | 219.17º | 0.7% | 0.67% | - |
| XYZ | 12.73 | 11.51 | 40.58 | - |
| YUV | 89.45 | 174.59 | 100.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 93 | 172 | 0.70 | 0.46 | 0 | 0.33 | 219.17 | 0.54 | 0.44 |
| Hex | 33 | 5D | AC | 46 | 2E | 0 | 21 | DB | 36 | 2C |
| Octal | 63 | 135 | 254 | 106 | 56 | 0 | 41 | 333 | 66 | 54 |
| Binary | 110011 | 1011101 | 10101100 | 1000110 | 101110 | 0 | 100001 | 11011011 | 110110 | 101100 |
Color Harmonies of #335DAC
Complementary color
Monochromatic Colors of #335DAC
Black with #335DAC
Text Example
Text Example
White with #335DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335DAC; }
p { color: rgb(51,93,172); }
H1.HeaderClassName
{
color: #335DAC;
}
.AnyTagClassName
{
color: #335DAC;
}
</style>
background-color css
<style>
a { background-color: #335DAC; }
a { background-color: rgb(51,93,172); }
div.DivClassName
{
background-color: #335DAC;
}
.BgClassName
{
background-color: #335DAC;
}
</style>
border-color css
<style>
span { border-color: #335DAC; }
span { border-color: rgb(51,93,172); }
td.TdClassName
{
border-color: #335DAC;
}
.TagClassName
{
border-color: #335DAC;
}
</style>