Shades of Mariner #3355A1
Tints of Mariner #3355A1
RGB
CMYK
RGB Variations
Color information
#3355A1 (or 0x3355A1) is known color: Mariner. HEX triplet: 33, 55 and A1. RGB value is (51,85,161). Sum of RGB (Red+Green+Blue) = 51+85+161=297 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.17% from 297); Green value is 85 (33.59% from 255 or 28.62% from 297); Blue value is 161 (63.28% from 255 or 54.21% from 297); Max value from RGB is 161 - color contains mainly: blue. Hex color #3355A1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3355A1 is #CCAA5E. Grayscale: #535353. Windows color (decimal): -13412959 or 10573107. OLE color: 10573107.
HSL color Cylindrical-coordinate representation of color #3355A1: hue angle of 221.45º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3355A1 is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 51 | 85 | 161 | - |
| CMYK | 0.68 | 0.47 | 0 | 0.37 |
| HSL | 221.45º | 0.52% | 0.42% | - |
| HSV(B) | 221.45º | 0.68% | 0.63% | - |
| XYZ | 11.05 | 9.77 | 35.02 | - |
| YUV | 83.5 | 171.74 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 85 | 161 | 0.68 | 0.47 | 0 | 0.37 | 221.45 | 0.52 | 0.42 |
| Hex | 33 | 55 | A1 | 44 | 2F | 0 | 25 | DD | 34 | 2A |
| Octal | 63 | 125 | 241 | 104 | 57 | 0 | 45 | 335 | 64 | 52 |
| Binary | 110011 | 1010101 | 10100001 | 1000100 | 101111 | 0 | 100101 | 11011101 | 110100 | 101010 |
Color Harmonies of #3355A1
Complementary color
Monochromatic Colors of #3355A1
Black with #3355A1
Text Example
Text Example
White with #3355A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3355A1; }
p { color: rgb(51,85,161); }
H1.HeaderClassName
{
color: #3355A1;
}
.AnyTagClassName
{
color: #3355A1;
}
</style>
background-color css
<style>
a { background-color: #3355A1; }
a { background-color: rgb(51,85,161); }
div.DivClassName
{
background-color: #3355A1;
}
.BgClassName
{
background-color: #3355A1;
}
</style>
border-color css
<style>
span { border-color: #3355A1; }
span { border-color: rgb(51,85,161); }
td.TdClassName
{
border-color: #3355A1;
}
.TagClassName
{
border-color: #3355A1;
}
</style>