Shades of Mariner #355C9A
Tints of Mariner #355C9A
RGB
CMYK
RGB Variations
Color information
#355C9A (or 0x355C9A) is known color: Mariner. HEX triplet: 35, 5C and 9A. RGB value is (53,92,154). Sum of RGB (Red+Green+Blue) = 53+92+154=299 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.73% from 299); Green value is 92 (36.33% from 255 or 30.77% from 299); Blue value is 154 (60.55% from 255 or 51.51% from 299); Max value from RGB is 154 - color contains mainly: blue. Hex color #355C9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355C9A is #CAA365. Grayscale: #575757. Windows color (decimal): -13280102 or 10116149. OLE color: 10116149.
HSL color Cylindrical-coordinate representation of color #355C9A: hue angle of 216.83º 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 #355C9A is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 53 | 92 | 154 | - |
| CMYK | 0.66 | 0.40 | 0 | 0.40 |
| HSL | 216.83º | 0.49% | 0.41% | - |
| HSV(B) | 216.83º | 0.66% | 0.6% | - |
| XYZ | 11.13 | 10.74 | 32.06 | - |
| YUV | 87.41 | 165.58 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 92 | 154 | 0.66 | 0.40 | 0 | 0.40 | 216.83 | 0.49 | 0.41 |
| Hex | 35 | 5C | 9A | 42 | 28 | 0 | 28 | D9 | 31 | 29 |
| Octal | 65 | 134 | 232 | 102 | 50 | 0 | 50 | 331 | 61 | 51 |
| Binary | 110101 | 1011100 | 10011010 | 1000010 | 101000 | 0 | 101000 | 11011001 | 110001 | 101001 |
Color Harmonies of #355C9A
Complementary color
Monochromatic Colors of #355C9A
Black with #355C9A
Text Example
Text Example
White with #355C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355C9A; }
p { color: rgb(53,92,154); }
H1.HeaderClassName
{
color: #355C9A;
}
.AnyTagClassName
{
color: #355C9A;
}
</style>
background-color css
<style>
a { background-color: #355C9A; }
a { background-color: rgb(53,92,154); }
div.DivClassName
{
background-color: #355C9A;
}
.BgClassName
{
background-color: #355C9A;
}
</style>
border-color css
<style>
span { border-color: #355C9A; }
span { border-color: rgb(53,92,154); }
td.TdClassName
{
border-color: #355C9A;
}
.TagClassName
{
border-color: #355C9A;
}
</style>