Shades of Mariner #355EA4
Tints of Mariner #355EA4
RGB
CMYK
RGB Variations
Color information
#355EA4 (or 0x355EA4) is known color: Mariner. HEX triplet: 35, 5E and A4. RGB value is (53,94,164). Sum of RGB (Red+Green+Blue) = 53+94+164=311 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.04% from 311); Green value is 94 (37.11% from 255 or 30.23% from 311); Blue value is 164 (64.45% from 255 or 52.73% from 311); Max value from RGB is 164 - color contains mainly: blue. Hex color #355EA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355EA4 is #CAA15B. Grayscale: #595959. Windows color (decimal): -13279580 or 10772021. OLE color: 10772021.
HSL color Cylindrical-coordinate representation of color #355EA4: hue angle of 217.84º 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 #355EA4 is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 53 | 94 | 164 | - |
| CMYK | 0.68 | 0.43 | 0 | 0.36 |
| HSL | 217.84º | 0.51% | 0.43% | - |
| HSV(B) | 217.84º | 0.68% | 0.64% | - |
| XYZ | 12.17 | 11.44 | 36.69 | - |
| YUV | 89.72 | 169.92 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 94 | 164 | 0.68 | 0.43 | 0 | 0.36 | 217.84 | 0.51 | 0.43 |
| Hex | 35 | 5E | A4 | 44 | 2B | 0 | 24 | DA | 33 | 2B |
| Octal | 65 | 136 | 244 | 104 | 53 | 0 | 44 | 332 | 63 | 53 |
| Binary | 110101 | 1011110 | 10100100 | 1000100 | 101011 | 0 | 100100 | 11011010 | 110011 | 101011 |
Color Harmonies of #355EA4
Complementary color
Monochromatic Colors of #355EA4
Black with #355EA4
Text Example
Text Example
White with #355EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355EA4; }
p { color: rgb(53,94,164); }
H1.HeaderClassName
{
color: #355EA4;
}
.AnyTagClassName
{
color: #355EA4;
}
</style>
background-color css
<style>
a { background-color: #355EA4; }
a { background-color: rgb(53,94,164); }
div.DivClassName
{
background-color: #355EA4;
}
.BgClassName
{
background-color: #355EA4;
}
</style>
border-color css
<style>
span { border-color: #355EA4; }
span { border-color: rgb(53,94,164); }
td.TdClassName
{
border-color: #355EA4;
}
.TagClassName
{
border-color: #355EA4;
}
</style>