Shades of Mariner #355E9A
Tints of Mariner #355E9A
RGB
CMYK
RGB Variations
Color information
#355E9A (or 0x355E9A) is known color: Mariner. HEX triplet: 35, 5E and 9A. RGB value is (53,94,154). Sum of RGB (Red+Green+Blue) = 53+94+154=301 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.61% from 301); Green value is 94 (37.11% from 255 or 31.23% from 301); Blue value is 154 (60.55% from 255 or 51.16% from 301); Max value from RGB is 154 - color contains mainly: blue. Hex color #355E9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355E9A is #CAA165. Grayscale: #585858. Windows color (decimal): -13279590 or 10116661. OLE color: 10116661.
HSL color Cylindrical-coordinate representation of color #355E9A: hue angle of 215.64º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #355E9A is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 53 | 94 | 154 | - |
| CMYK | 0.66 | 0.39 | 0 | 0.40 |
| HSL | 215.64º | 0.49% | 0.41% | - |
| HSV(B) | 215.64º | 0.66% | 0.6% | - |
| XYZ | 11.3 | 11.1 | 32.12 | - |
| YUV | 88.58 | 164.92 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 94 | 154 | 0.66 | 0.39 | 0 | 0.40 | 215.64 | 0.49 | 0.41 |
| Hex | 35 | 5E | 9A | 42 | 27 | 0 | 28 | D8 | 31 | 29 |
| Octal | 65 | 136 | 232 | 102 | 47 | 0 | 50 | 330 | 61 | 51 |
| Binary | 110101 | 1011110 | 10011010 | 1000010 | 100111 | 0 | 101000 | 11011000 | 110001 | 101001 |
Color Harmonies of #355E9A
Complementary color
Monochromatic Colors of #355E9A
Black with #355E9A
Text Example
Text Example
White with #355E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355E9A; }
p { color: rgb(53,94,154); }
H1.HeaderClassName
{
color: #355E9A;
}
.AnyTagClassName
{
color: #355E9A;
}
</style>
background-color css
<style>
a { background-color: #355E9A; }
a { background-color: rgb(53,94,154); }
div.DivClassName
{
background-color: #355E9A;
}
.BgClassName
{
background-color: #355E9A;
}
</style>
border-color css
<style>
span { border-color: #355E9A; }
span { border-color: rgb(53,94,154); }
td.TdClassName
{
border-color: #355E9A;
}
.TagClassName
{
border-color: #355E9A;
}
</style>