Shades of Mariner #35589D
Tints of Mariner #35589D
RGB
CMYK
RGB Variations
Color information
#35589D (or 0x35589D) is known color: Mariner. HEX triplet: 35, 58 and 9D. RGB value is (53,88,157). Sum of RGB (Red+Green+Blue) = 53+88+157=298 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.79% from 298); Green value is 88 (34.77% from 255 or 29.53% from 298); Blue value is 157 (61.72% from 255 or 52.68% from 298); Max value from RGB is 157 - color contains mainly: blue. Hex color #35589D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35589D is #CAA762. Grayscale: #555555. Windows color (decimal): -13281123 or 10311733. OLE color: 10311733.
HSL color Cylindrical-coordinate representation of color #35589D: hue angle of 219.81º 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 #35589D is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 53 | 88 | 157 | - |
| CMYK | 0.66 | 0.44 | 0 | 0.38 |
| HSL | 219.81º | 0.5% | 0.41% | - |
| HSV(B) | 219.81º | 0.66% | 0.62% | - |
| XYZ | 11.04 | 10.17 | 33.28 | - |
| YUV | 85.4 | 168.4 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 88 | 157 | 0.66 | 0.44 | 0 | 0.38 | 219.81 | 0.5 | 0.41 |
| Hex | 35 | 58 | 9D | 42 | 2C | 0 | 26 | DC | 32 | 29 |
| Octal | 65 | 130 | 235 | 102 | 54 | 0 | 46 | 334 | 62 | 51 |
| Binary | 110101 | 1011000 | 10011101 | 1000010 | 101100 | 0 | 100110 | 11011100 | 110010 | 101001 |
Color Harmonies of #35589D
Complementary color
Monochromatic Colors of #35589D
Black with #35589D
Text Example
Text Example
White with #35589D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35589D; }
p { color: rgb(53,88,157); }
H1.HeaderClassName
{
color: #35589D;
}
.AnyTagClassName
{
color: #35589D;
}
</style>
background-color css
<style>
a { background-color: #35589D; }
a { background-color: rgb(53,88,157); }
div.DivClassName
{
background-color: #35589D;
}
.BgClassName
{
background-color: #35589D;
}
</style>
border-color css
<style>
span { border-color: #35589D; }
span { border-color: rgb(53,88,157); }
td.TdClassName
{
border-color: #35589D;
}
.TagClassName
{
border-color: #35589D;
}
</style>