Shades of Mariner #3357A0
Tints of Mariner #3357A0
RGB
CMYK
RGB Variations
Color information
#3357A0 (or 0x3357A0) is known color: Mariner. HEX triplet: 33, 57 and A0. RGB value is (51,87,160). Sum of RGB (Red+Green+Blue) = 51+87+160=298 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.11% from 298); Green value is 87 (34.38% from 255 or 29.19% from 298); Blue value is 160 (62.89% from 255 or 53.69% from 298); Max value from RGB is 160 - color contains mainly: blue. Hex color #3357A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3357A0 is #CCA85F. Grayscale: #545454. Windows color (decimal): -13412448 or 10508083. OLE color: 10508083.
HSL color Cylindrical-coordinate representation of color #3357A0: hue angle of 220.18º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3357A0 is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 51 | 87 | 160 | - |
| CMYK | 0.68 | 0.46 | 0 | 0.37 |
| HSL | 220.18º | 0.52% | 0.41% | - |
| HSV(B) | 220.18º | 0.68% | 0.63% | - |
| XYZ | 11.12 | 10.06 | 34.61 | - |
| YUV | 84.56 | 170.57 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 87 | 160 | 0.68 | 0.46 | 0 | 0.37 | 220.18 | 0.52 | 0.41 |
| Hex | 33 | 57 | A0 | 44 | 2E | 0 | 25 | DC | 34 | 29 |
| Octal | 63 | 127 | 240 | 104 | 56 | 0 | 45 | 334 | 64 | 51 |
| Binary | 110011 | 1010111 | 10100000 | 1000100 | 101110 | 0 | 100101 | 11011100 | 110100 | 101001 |
Color Harmonies of #3357A0
Complementary color
Monochromatic Colors of #3357A0
Black with #3357A0
Text Example
Text Example
White with #3357A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3357A0; }
p { color: rgb(51,87,160); }
H1.HeaderClassName
{
color: #3357A0;
}
.AnyTagClassName
{
color: #3357A0;
}
</style>
background-color css
<style>
a { background-color: #3357A0; }
a { background-color: rgb(51,87,160); }
div.DivClassName
{
background-color: #3357A0;
}
.BgClassName
{
background-color: #3357A0;
}
</style>
border-color css
<style>
span { border-color: #3357A0; }
span { border-color: rgb(51,87,160); }
td.TdClassName
{
border-color: #3357A0;
}
.TagClassName
{
border-color: #3357A0;
}
</style>