Shades of Mariner #355F9F
Tints of Mariner #355F9F
RGB
CMYK
RGB Variations
Color information
#355F9F (or 0x355F9F) is known color: Mariner. HEX triplet: 35, 5F and 9F. RGB value is (53,95,159). Sum of RGB (Red+Green+Blue) = 53+95+159=307 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.26% from 307); Green value is 95 (37.5% from 255 or 30.94% from 307); Blue value is 159 (62.5% from 255 or 51.79% from 307); Max value from RGB is 159 - color contains mainly: blue. Hex color #355F9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355F9F is #CAA060. Grayscale: #595959. Windows color (decimal): -13279329 or 10444597. OLE color: 10444597.
HSL color Cylindrical-coordinate representation of color #355F9F: hue angle of 216.23º 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 #355F9F is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 53 | 95 | 159 | - |
| CMYK | 0.67 | 0.40 | 0 | 0.38 |
| HSL | 216.23º | 0.5% | 0.42% | - |
| HSV(B) | 216.23º | 0.67% | 0.62% | - |
| XYZ | 11.82 | 11.44 | 34.39 | - |
| YUV | 89.74 | 167.09 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 95 | 159 | 0.67 | 0.40 | 0 | 0.38 | 216.23 | 0.5 | 0.42 |
| Hex | 35 | 5F | 9F | 43 | 28 | 0 | 26 | D8 | 32 | 2A |
| Octal | 65 | 137 | 237 | 103 | 50 | 0 | 46 | 330 | 62 | 52 |
| Binary | 110101 | 1011111 | 10011111 | 1000011 | 101000 | 0 | 100110 | 11011000 | 110010 | 101010 |
Color Harmonies of #355F9F
Complementary color
Monochromatic Colors of #355F9F
Black with #355F9F
Text Example
Text Example
White with #355F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355F9F; }
p { color: rgb(53,95,159); }
H1.HeaderClassName
{
color: #355F9F;
}
.AnyTagClassName
{
color: #355F9F;
}
</style>
background-color css
<style>
a { background-color: #355F9F; }
a { background-color: rgb(53,95,159); }
div.DivClassName
{
background-color: #355F9F;
}
.BgClassName
{
background-color: #355F9F;
}
</style>
border-color css
<style>
span { border-color: #355F9F; }
span { border-color: rgb(53,95,159); }
td.TdClassName
{
border-color: #355F9F;
}
.TagClassName
{
border-color: #355F9F;
}
</style>