Shades of Mariner #335D9C
Tints of Mariner #335D9C
RGB
CMYK
RGB Variations
Color information
#335D9C (or 0x335D9C) is known color: Mariner. HEX triplet: 33, 5D and 9C. RGB value is (51,93,156). Sum of RGB (Red+Green+Blue) = 51+93+156=300 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 156 (61.33% from 255 or 52% from 300); Max value from RGB is 156 - color contains mainly: blue. Hex color #335D9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335D9C is #CCA263. Grayscale: #575757. Windows color (decimal): -13410916 or 10247475. OLE color: 10247475.
HSL color Cylindrical-coordinate representation of color #335D9C: hue angle of 216º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #335D9C is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 51 | 93 | 156 | - |
| CMYK | 0.67 | 0.40 | 0 | 0.39 |
| HSL | 216º | 0.51% | 0.41% | - |
| HSV(B) | 216º | 0.67% | 0.61% | - |
| XYZ | 11.28 | 10.93 | 32.97 | - |
| YUV | 87.62 | 166.59 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 93 | 156 | 0.67 | 0.40 | 0 | 0.39 | 216 | 0.51 | 0.41 |
| Hex | 33 | 5D | 9C | 43 | 28 | 0 | 27 | D8 | 33 | 29 |
| Octal | 63 | 135 | 234 | 103 | 50 | 0 | 47 | 330 | 63 | 51 |
| Binary | 110011 | 1011101 | 10011100 | 1000011 | 101000 | 0 | 100111 | 11011000 | 110011 | 101001 |
Color Harmonies of #335D9C
Complementary color
Monochromatic Colors of #335D9C
Black with #335D9C
Text Example
Text Example
White with #335D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335D9C; }
p { color: rgb(51,93,156); }
H1.HeaderClassName
{
color: #335D9C;
}
.AnyTagClassName
{
color: #335D9C;
}
</style>
background-color css
<style>
a { background-color: #335D9C; }
a { background-color: rgb(51,93,156); }
div.DivClassName
{
background-color: #335D9C;
}
.BgClassName
{
background-color: #335D9C;
}
</style>
border-color css
<style>
span { border-color: #335D9C; }
span { border-color: rgb(51,93,156); }
td.TdClassName
{
border-color: #335D9C;
}
.TagClassName
{
border-color: #335D9C;
}
</style>