Shades of Mariner #3557A4
Tints of Mariner #3557A4
RGB
CMYK
RGB Variations
Color information
#3557A4 (or 0x3557A4) is known color: Mariner. HEX triplet: 35, 57 and A4. RGB value is (53,87,164). Sum of RGB (Red+Green+Blue) = 53+87+164=304 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.43% from 304); Green value is 87 (34.38% from 255 or 28.62% from 304); Blue value is 164 (64.45% from 255 or 53.95% from 304); Max value from RGB is 164 - color contains mainly: blue. Hex color #3557A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3557A4 is #CAA85B. Grayscale: #555555. Windows color (decimal): -13281372 or 10770229. OLE color: 10770229.
HSL color Cylindrical-coordinate representation of color #3557A4: hue angle of 221.62º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3557A4 is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 53 | 87 | 164 | - |
| CMYK | 0.68 | 0.47 | 0 | 0.36 |
| HSL | 221.62º | 0.51% | 0.43% | - |
| HSV(B) | 221.62º | 0.68% | 0.64% | - |
| XYZ | 11.58 | 10.25 | 36.49 | - |
| YUV | 85.61 | 172.24 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 87 | 164 | 0.68 | 0.47 | 0 | 0.36 | 221.62 | 0.51 | 0.43 |
| Hex | 35 | 57 | A4 | 44 | 2F | 0 | 24 | DE | 33 | 2B |
| Octal | 65 | 127 | 244 | 104 | 57 | 0 | 44 | 336 | 63 | 53 |
| Binary | 110101 | 1010111 | 10100100 | 1000100 | 101111 | 0 | 100100 | 11011110 | 110011 | 101011 |
Color Harmonies of #3557A4
Complementary color
Monochromatic Colors of #3557A4
Black with #3557A4
Text Example
Text Example
White with #3557A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3557A4; }
p { color: rgb(53,87,164); }
H1.HeaderClassName
{
color: #3557A4;
}
.AnyTagClassName
{
color: #3557A4;
}
</style>
background-color css
<style>
a { background-color: #3557A4; }
a { background-color: rgb(53,87,164); }
div.DivClassName
{
background-color: #3557A4;
}
.BgClassName
{
background-color: #3557A4;
}
</style>
border-color css
<style>
span { border-color: #3557A4; }
span { border-color: rgb(53,87,164); }
td.TdClassName
{
border-color: #3557A4;
}
.TagClassName
{
border-color: #3557A4;
}
</style>