Shades of Mariner #3555A9
Tints of Mariner #3555A9
RGB
CMYK
RGB Variations
Color information
#3555A9 (or 0x3555A9) is known color: Mariner. HEX triplet: 35, 55 and A9. RGB value is (53,85,169). Sum of RGB (Red+Green+Blue) = 53+85+169=307 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.26% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 169 (66.41% from 255 or 55.05% from 307); Max value from RGB is 169 - color contains mainly: blue. Hex color #3555A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3555A9 is #CAAA56. Grayscale: #545454. Windows color (decimal): -13281879 or 11097397. OLE color: 11097397.
HSL color Cylindrical-coordinate representation of color #3555A9: hue angle of 223.45º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3555A9 is Cyan = 0.69, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 53 | 85 | 169 | - |
| CMYK | 0.69 | 0.50 | 0 | 0.34 |
| HSL | 223.45º | 0.52% | 0.44% | - |
| HSV(B) | 223.45º | 0.69% | 0.66% | - |
| XYZ | 11.88 | 10.12 | 38.86 | - |
| YUV | 85.01 | 175.4 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 85 | 169 | 0.69 | 0.50 | 0 | 0.34 | 223.45 | 0.52 | 0.44 |
| Hex | 35 | 55 | A9 | 45 | 32 | 0 | 22 | DF | 34 | 2C |
| Octal | 65 | 125 | 251 | 105 | 62 | 0 | 42 | 337 | 64 | 54 |
| Binary | 110101 | 1010101 | 10101001 | 1000101 | 110010 | 0 | 100010 | 11011111 | 110100 | 101100 |
Color Harmonies of #3555A9
Complementary color
Monochromatic Colors of #3555A9
Black with #3555A9
Text Example
Text Example
White with #3555A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3555A9; }
p { color: rgb(53,85,169); }
H1.HeaderClassName
{
color: #3555A9;
}
.AnyTagClassName
{
color: #3555A9;
}
</style>
background-color css
<style>
a { background-color: #3555A9; }
a { background-color: rgb(53,85,169); }
div.DivClassName
{
background-color: #3555A9;
}
.BgClassName
{
background-color: #3555A9;
}
</style>
border-color css
<style>
span { border-color: #3555A9; }
span { border-color: rgb(53,85,169); }
td.TdClassName
{
border-color: #3555A9;
}
.TagClassName
{
border-color: #3555A9;
}
</style>