Shades of Mariner #3554A8
Tints of Mariner #3554A8
RGB
CMYK
RGB Variations
Color information
#3554A8 (or 0x3554A8) is known color: Mariner. HEX triplet: 35, 54 and A8. RGB value is (53,84,168). Sum of RGB (Red+Green+Blue) = 53+84+168=305 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.38% from 305); Green value is 84 (33.20% from 255 or 27.54% from 305); Blue value is 168 (66.02% from 255 or 55.08% from 305); Max value from RGB is 168 - color contains mainly: blue. Hex color #3554A8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3554A8 is #CAAB57. Grayscale: #535353. Windows color (decimal): -13282136 or 11031605. OLE color: 11031605.
HSL color Cylindrical-coordinate representation of color #3554A8: hue angle of 223.83º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3554A8 is Cyan = 0.68, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 53 | 84 | 168 | - |
| CMYK | 0.68 | 0.5 | 0 | 0.34 |
| HSL | 223.83º | 0.52% | 0.43% | - |
| HSV(B) | 223.83º | 0.68% | 0.66% | - |
| XYZ | 11.71 | 9.92 | 38.34 | - |
| YUV | 84.31 | 175.23 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 84 | 168 | 0.68 | 0.5 | 0 | 0.34 | 223.83 | 0.52 | 0.43 |
| Hex | 35 | 54 | A8 | 44 | 32 | 0 | 22 | E0 | 34 | 2B |
| Octal | 65 | 124 | 250 | 104 | 62 | 0 | 42 | 340 | 64 | 53 |
| Binary | 110101 | 1010100 | 10101000 | 1000100 | 110010 | 0 | 100010 | 11100000 | 110100 | 101011 |
Color Harmonies of #3554A8
Complementary color
Monochromatic Colors of #3554A8
Black with #3554A8
Text Example
Text Example
White with #3554A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3554A8; }
p { color: rgb(53,84,168); }
H1.HeaderClassName
{
color: #3554A8;
}
.AnyTagClassName
{
color: #3554A8;
}
</style>
background-color css
<style>
a { background-color: #3554A8; }
a { background-color: rgb(53,84,168); }
div.DivClassName
{
background-color: #3554A8;
}
.BgClassName
{
background-color: #3554A8;
}
</style>
border-color css
<style>
span { border-color: #3554A8; }
span { border-color: rgb(53,84,168); }
td.TdClassName
{
border-color: #3554A8;
}
.TagClassName
{
border-color: #3554A8;
}
</style>