Shades of Mariner #3355A3
Tints of Mariner #3355A3
RGB
CMYK
RGB Variations
Color information
#3355A3 (or 0x3355A3) is known color: Mariner. HEX triplet: 33, 55 and A3. RGB value is (51,85,163). Sum of RGB (Red+Green+Blue) = 51+85+163=299 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.06% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 163 (64.06% from 255 or 54.52% from 299); Max value from RGB is 163 - color contains mainly: blue. Hex color #3355A3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3355A3 is #CCAA5C. Grayscale: #535353. Windows color (decimal): -13412957 or 10704179. OLE color: 10704179.
HSL color Cylindrical-coordinate representation of color #3355A3: hue angle of 221.79º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3355A3 is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 51 | 85 | 163 | - |
| CMYK | 0.69 | 0.48 | 0 | 0.36 |
| HSL | 221.79º | 0.52% | 0.42% | - |
| HSV(B) | 221.79º | 0.69% | 0.64% | - |
| XYZ | 11.22 | 9.85 | 35.96 | - |
| YUV | 83.73 | 172.74 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 85 | 163 | 0.69 | 0.48 | 0 | 0.36 | 221.79 | 0.52 | 0.42 |
| Hex | 33 | 55 | A3 | 45 | 30 | 0 | 24 | DE | 34 | 2A |
| Octal | 63 | 125 | 243 | 105 | 60 | 0 | 44 | 336 | 64 | 52 |
| Binary | 110011 | 1010101 | 10100011 | 1000101 | 110000 | 0 | 100100 | 11011110 | 110100 | 101010 |
Color Harmonies of #3355A3
Complementary color
Monochromatic Colors of #3355A3
Black with #3355A3
Text Example
Text Example
White with #3355A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3355A3; }
p { color: rgb(51,85,163); }
H1.HeaderClassName
{
color: #3355A3;
}
.AnyTagClassName
{
color: #3355A3;
}
</style>
background-color css
<style>
a { background-color: #3355A3; }
a { background-color: rgb(51,85,163); }
div.DivClassName
{
background-color: #3355A3;
}
.BgClassName
{
background-color: #3355A3;
}
</style>
border-color css
<style>
span { border-color: #3355A3; }
span { border-color: rgb(51,85,163); }
td.TdClassName
{
border-color: #3355A3;
}
.TagClassName
{
border-color: #3355A3;
}
</style>