Shades of Mariner #3358AA
Tints of Mariner #3358AA
RGB
CMYK
RGB Variations
Color information
#3358AA (or 0x3358AA) is known color: Mariner. HEX triplet: 33, 58 and AA. RGB value is (51,88,170). Sum of RGB (Red+Green+Blue) = 51+88+170=309 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.50% from 309); Green value is 88 (34.77% from 255 or 28.48% from 309); Blue value is 170 (66.80% from 255 or 55.02% from 309); Max value from RGB is 170 - color contains mainly: blue. Hex color #3358AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3358AA is #CCA755. Grayscale: #555555. Windows color (decimal): -13412182 or 11163699. OLE color: 11163699.
HSL color Cylindrical-coordinate representation of color #3358AA: hue angle of 221.34º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3358AA is Cyan = 0.7, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 88 | 170 | - |
| CMYK | 0.7 | 0.48 | 0 | 0.33 |
| HSL | 221.34º | 0.54% | 0.43% | - |
| HSV(B) | 221.34º | 0.7% | 0.67% | - |
| XYZ | 12.11 | 10.59 | 39.44 | - |
| YUV | 86.29 | 175.24 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 88 | 170 | 0.7 | 0.48 | 0 | 0.33 | 221.34 | 0.54 | 0.43 |
| Hex | 33 | 58 | AA | 46 | 30 | 0 | 21 | DD | 36 | 2B |
| Octal | 63 | 130 | 252 | 106 | 60 | 0 | 41 | 335 | 66 | 53 |
| Binary | 110011 | 1011000 | 10101010 | 1000110 | 110000 | 0 | 100001 | 11011101 | 110110 | 101011 |
Color Harmonies of #3358AA
Complementary color
Monochromatic Colors of #3358AA
Black with #3358AA
Text Example
Text Example
White with #3358AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3358AA; }
p { color: rgb(51,88,170); }
H1.HeaderClassName
{
color: #3358AA;
}
.AnyTagClassName
{
color: #3358AA;
}
</style>
background-color css
<style>
a { background-color: #3358AA; }
a { background-color: rgb(51,88,170); }
div.DivClassName
{
background-color: #3358AA;
}
.BgClassName
{
background-color: #3358AA;
}
</style>
border-color css
<style>
span { border-color: #3358AA; }
span { border-color: rgb(51,88,170); }
td.TdClassName
{
border-color: #3358AA;
}
.TagClassName
{
border-color: #3358AA;
}
</style>