Shades of Mariner #335CAC
Tints of Mariner #335CAC
RGB
CMYK
RGB Variations
Color information
#335CAC (or 0x335CAC) is known color: Mariner. HEX triplet: 33, 5C and AC. RGB value is (51,92,172). Sum of RGB (Red+Green+Blue) = 51+92+172=315 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.19% from 315); Green value is 92 (36.33% from 255 or 29.21% 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 #335CAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335CAC is #CCA353. Grayscale: #585858. Windows color (decimal): -13411156 or 11295795. OLE color: 11295795.
HSL color Cylindrical-coordinate representation of color #335CAC: hue angle of 219.67º 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 #335CAC is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 92 | 172 | - |
| CMYK | 0.70 | 0.47 | 0 | 0.33 |
| HSL | 219.67º | 0.54% | 0.44% | - |
| HSV(B) | 219.67º | 0.7% | 0.67% | - |
| XYZ | 12.64 | 11.34 | 40.55 | - |
| YUV | 88.86 | 174.92 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 92 | 172 | 0.70 | 0.47 | 0 | 0.33 | 219.67 | 0.54 | 0.44 |
| Hex | 33 | 5C | AC | 46 | 2F | 0 | 21 | DC | 36 | 2C |
| Octal | 63 | 134 | 254 | 106 | 57 | 0 | 41 | 334 | 66 | 54 |
| Binary | 110011 | 1011100 | 10101100 | 1000110 | 101111 | 0 | 100001 | 11011100 | 110110 | 101100 |
Color Harmonies of #335CAC
Complementary color
Monochromatic Colors of #335CAC
Black with #335CAC
Text Example
Text Example
White with #335CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335CAC; }
p { color: rgb(51,92,172); }
H1.HeaderClassName
{
color: #335CAC;
}
.AnyTagClassName
{
color: #335CAC;
}
</style>
background-color css
<style>
a { background-color: #335CAC; }
a { background-color: rgb(51,92,172); }
div.DivClassName
{
background-color: #335CAC;
}
.BgClassName
{
background-color: #335CAC;
}
</style>
border-color css
<style>
span { border-color: #335CAC; }
span { border-color: rgb(51,92,172); }
td.TdClassName
{
border-color: #335CAC;
}
.TagClassName
{
border-color: #335CAC;
}
</style>