Shades of Mariner #335FAC
Tints of Mariner #335FAC
RGB
CMYK
RGB Variations
Color information
#335FAC (or 0x335FAC) is known color: Mariner. HEX triplet: 33, 5F and AC. RGB value is (51,95,172). Sum of RGB (Red+Green+Blue) = 51+95+172=318 (42% of max value = 765). Red value is 51 (20.31% from 255 or 16.04% from 318); Green value is 95 (37.5% from 255 or 29.87% from 318); Blue value is 172 (67.58% from 255 or 54.09% from 318); Max value from RGB is 172 - color contains mainly: blue. Hex color #335FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335FAC is #CCA053. Grayscale: #5A5A5A. Windows color (decimal): -13410388 or 11296563. OLE color: 11296563.
HSL color Cylindrical-coordinate representation of color #335FAC: hue angle of 218.18º 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 #335FAC is Cyan = 0.70, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 95 | 172 | - |
| CMYK | 0.70 | 0.45 | 0 | 0.33 |
| HSL | 218.18º | 0.54% | 0.44% | - |
| HSV(B) | 218.18º | 0.7% | 0.67% | - |
| XYZ | 12.9 | 11.87 | 40.64 | - |
| YUV | 90.62 | 173.92 | 99.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 95 | 172 | 0.70 | 0.45 | 0 | 0.33 | 218.18 | 0.54 | 0.44 |
| Hex | 33 | 5F | AC | 46 | 2D | 0 | 21 | DA | 36 | 2C |
| Octal | 63 | 137 | 254 | 106 | 55 | 0 | 41 | 332 | 66 | 54 |
| Binary | 110011 | 1011111 | 10101100 | 1000110 | 101101 | 0 | 100001 | 11011010 | 110110 | 101100 |
Color Harmonies of #335FAC
Complementary color
Monochromatic Colors of #335FAC
Black with #335FAC
Text Example
Text Example
White with #335FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335FAC; }
p { color: rgb(51,95,172); }
H1.HeaderClassName
{
color: #335FAC;
}
.AnyTagClassName
{
color: #335FAC;
}
</style>
background-color css
<style>
a { background-color: #335FAC; }
a { background-color: rgb(51,95,172); }
div.DivClassName
{
background-color: #335FAC;
}
.BgClassName
{
background-color: #335FAC;
}
</style>
border-color css
<style>
span { border-color: #335FAC; }
span { border-color: rgb(51,95,172); }
td.TdClassName
{
border-color: #335FAC;
}
.TagClassName
{
border-color: #335FAC;
}
</style>