Shades of Mariner #355D9F
Tints of Mariner #355D9F
RGB
CMYK
RGB Variations
Color information
#355D9F (or 0x355D9F) is known color: Mariner. HEX triplet: 35, 5D and 9F. RGB value is (53,93,159). Sum of RGB (Red+Green+Blue) = 53+93+159=305 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.38% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 159 (62.5% from 255 or 52.13% from 305); Max value from RGB is 159 - color contains mainly: blue. Hex color #355D9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355D9F is #CAA260. Grayscale: #585858. Windows color (decimal): -13279841 or 10444085. OLE color: 10444085.
HSL color Cylindrical-coordinate representation of color #355D9F: hue angle of 217.36º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #355D9F is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 53 | 93 | 159 | - |
| CMYK | 0.67 | 0.42 | 0 | 0.38 |
| HSL | 217.36º | 0.5% | 0.42% | - |
| HSV(B) | 217.36º | 0.67% | 0.62% | - |
| XYZ | 11.64 | 11.09 | 34.33 | - |
| YUV | 88.56 | 167.75 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 93 | 159 | 0.67 | 0.42 | 0 | 0.38 | 217.36 | 0.5 | 0.42 |
| Hex | 35 | 5D | 9F | 43 | 2A | 0 | 26 | D9 | 32 | 2A |
| Octal | 65 | 135 | 237 | 103 | 52 | 0 | 46 | 331 | 62 | 52 |
| Binary | 110101 | 1011101 | 10011111 | 1000011 | 101010 | 0 | 100110 | 11011001 | 110010 | 101010 |
Color Harmonies of #355D9F
Complementary color
Monochromatic Colors of #355D9F
Black with #355D9F
Text Example
Text Example
White with #355D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355D9F; }
p { color: rgb(53,93,159); }
H1.HeaderClassName
{
color: #355D9F;
}
.AnyTagClassName
{
color: #355D9F;
}
</style>
background-color css
<style>
a { background-color: #355D9F; }
a { background-color: rgb(53,93,159); }
div.DivClassName
{
background-color: #355D9F;
}
.BgClassName
{
background-color: #355D9F;
}
</style>
border-color css
<style>
span { border-color: #355D9F; }
span { border-color: rgb(53,93,159); }
td.TdClassName
{
border-color: #355D9F;
}
.TagClassName
{
border-color: #355D9F;
}
</style>