Shades of Mariner #355B9D
Tints of Mariner #355B9D
RGB
CMYK
RGB Variations
Color information
#355B9D (or 0x355B9D) is known color: Mariner. HEX triplet: 35, 5B and 9D. RGB value is (53,91,157). Sum of RGB (Red+Green+Blue) = 53+91+157=301 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.61% from 301); Green value is 91 (35.94% from 255 or 30.23% from 301); Blue value is 157 (61.72% from 255 or 52.16% from 301); Max value from RGB is 157 - color contains mainly: blue. Hex color #355B9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355B9D is #CAA462. Grayscale: #565656. Windows color (decimal): -13280355 or 10312501. OLE color: 10312501.
HSL color Cylindrical-coordinate representation of color #355B9D: hue angle of 218.08º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #355B9D is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 53 | 91 | 157 | - |
| CMYK | 0.66 | 0.42 | 0 | 0.38 |
| HSL | 218.08º | 0.5% | 0.41% | - |
| HSV(B) | 218.08º | 0.66% | 0.62% | - |
| XYZ | 11.3 | 10.67 | 33.36 | - |
| YUV | 87.16 | 167.41 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 91 | 157 | 0.66 | 0.42 | 0 | 0.38 | 218.08 | 0.5 | 0.41 |
| Hex | 35 | 5B | 9D | 42 | 2A | 0 | 26 | DA | 32 | 29 |
| Octal | 65 | 133 | 235 | 102 | 52 | 0 | 46 | 332 | 62 | 51 |
| Binary | 110101 | 1011011 | 10011101 | 1000010 | 101010 | 0 | 100110 | 11011010 | 110010 | 101001 |
Color Harmonies of #355B9D
Complementary color
Monochromatic Colors of #355B9D
Black with #355B9D
Text Example
Text Example
White with #355B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355B9D; }
p { color: rgb(53,91,157); }
H1.HeaderClassName
{
color: #355B9D;
}
.AnyTagClassName
{
color: #355B9D;
}
</style>
background-color css
<style>
a { background-color: #355B9D; }
a { background-color: rgb(53,91,157); }
div.DivClassName
{
background-color: #355B9D;
}
.BgClassName
{
background-color: #355B9D;
}
</style>
border-color css
<style>
span { border-color: #355B9D; }
span { border-color: rgb(53,91,157); }
td.TdClassName
{
border-color: #355B9D;
}
.TagClassName
{
border-color: #355B9D;
}
</style>