Shades of Mariner #355B9F
Tints of Mariner #355B9F
RGB
CMYK
RGB Variations
Color information
#355B9F (or 0x355B9F) is known color: Mariner. HEX triplet: 35, 5B and 9F. RGB value is (53,91,159). Sum of RGB (Red+Green+Blue) = 53+91+159=303 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.49% from 303); Green value is 91 (35.94% from 255 or 30.03% from 303); Blue value is 159 (62.5% from 255 or 52.48% from 303); Max value from RGB is 159 - color contains mainly: blue. Hex color #355B9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355B9F is #CAA460. Grayscale: #575757. Windows color (decimal): -13280353 or 10443573. OLE color: 10443573.
HSL color Cylindrical-coordinate representation of color #355B9F: hue angle of 218.49º 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 #355B9F is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 53 | 91 | 159 | - |
| CMYK | 0.67 | 0.43 | 0 | 0.38 |
| HSL | 218.49º | 0.5% | 0.42% | - |
| HSV(B) | 218.49º | 0.67% | 0.62% | - |
| XYZ | 11.47 | 10.74 | 34.27 | - |
| YUV | 87.39 | 168.41 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 91 | 159 | 0.67 | 0.43 | 0 | 0.38 | 218.49 | 0.5 | 0.42 |
| Hex | 35 | 5B | 9F | 43 | 2B | 0 | 26 | DA | 32 | 2A |
| Octal | 65 | 133 | 237 | 103 | 53 | 0 | 46 | 332 | 62 | 52 |
| Binary | 110101 | 1011011 | 10011111 | 1000011 | 101011 | 0 | 100110 | 11011010 | 110010 | 101010 |
Color Harmonies of #355B9F
Complementary color
Monochromatic Colors of #355B9F
Black with #355B9F
Text Example
Text Example
White with #355B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355B9F; }
p { color: rgb(53,91,159); }
H1.HeaderClassName
{
color: #355B9F;
}
.AnyTagClassName
{
color: #355B9F;
}
</style>
background-color css
<style>
a { background-color: #355B9F; }
a { background-color: rgb(53,91,159); }
div.DivClassName
{
background-color: #355B9F;
}
.BgClassName
{
background-color: #355B9F;
}
</style>
border-color css
<style>
span { border-color: #355B9F; }
span { border-color: rgb(53,91,159); }
td.TdClassName
{
border-color: #355B9F;
}
.TagClassName
{
border-color: #355B9F;
}
</style>