Shades of Mariner #36599D
Tints of Mariner #36599D
RGB
CMYK
RGB Variations
Color information
#36599D (or 0x36599D) is known color: Mariner. HEX triplet: 36, 59 and 9D. RGB value is (54,89,157). Sum of RGB (Red+Green+Blue) = 54+89+157=300 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18% from 300); Green value is 89 (35.16% from 255 or 29.67% from 300); Blue value is 157 (61.72% from 255 or 52.33% from 300); Max value from RGB is 157 - color contains mainly: blue. Hex color #36599D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36599D is #C9A662. Grayscale: #555555. Windows color (decimal): -13215331 or 10311990. OLE color: 10311990.
HSL color Cylindrical-coordinate representation of color #36599D: hue angle of 219.61º degrees, saturation: 0.49, 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 #36599D is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 89 | 157 | - |
| CMYK | 0.66 | 0.43 | 0 | 0.38 |
| HSL | 219.61º | 0.49% | 0.41% | - |
| HSV(B) | 219.61º | 0.66% | 0.62% | - |
| XYZ | 11.18 | 10.36 | 33.31 | - |
| YUV | 86.29 | 167.9 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 89 | 157 | 0.66 | 0.43 | 0 | 0.38 | 219.61 | 0.49 | 0.41 |
| Hex | 36 | 59 | 9D | 42 | 2B | 0 | 26 | DC | 31 | 29 |
| Octal | 66 | 131 | 235 | 102 | 53 | 0 | 46 | 334 | 61 | 51 |
| Binary | 110110 | 1011001 | 10011101 | 1000010 | 101011 | 0 | 100110 | 11011100 | 110001 | 101001 |
Color Harmonies of #36599D
Complementary color
Monochromatic Colors of #36599D
Black with #36599D
Text Example
Text Example
White with #36599D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36599D; }
p { color: rgb(54,89,157); }
H1.HeaderClassName
{
color: #36599D;
}
.AnyTagClassName
{
color: #36599D;
}
</style>
background-color css
<style>
a { background-color: #36599D; }
a { background-color: rgb(54,89,157); }
div.DivClassName
{
background-color: #36599D;
}
.BgClassName
{
background-color: #36599D;
}
</style>
border-color css
<style>
span { border-color: #36599D; }
span { border-color: rgb(54,89,157); }
td.TdClassName
{
border-color: #36599D;
}
.TagClassName
{
border-color: #36599D;
}
</style>