Shades of Mariner #36589D
Tints of Mariner #36589D
RGB
CMYK
RGB Variations
Color information
#36589D (or 0x36589D) is known color: Mariner. HEX triplet: 36, 58 and 9D. RGB value is (54,88,157). Sum of RGB (Red+Green+Blue) = 54+88+157=299 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.06% from 299); Green value is 88 (34.77% from 255 or 29.43% from 299); Blue value is 157 (61.72% from 255 or 52.51% from 299); Max value from RGB is 157 - color contains mainly: blue. Hex color #36589D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36589D is #C9A762. Grayscale: #555555. Windows color (decimal): -13215587 or 10311734. OLE color: 10311734.
HSL color Cylindrical-coordinate representation of color #36589D: hue angle of 220.19º 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 #36589D is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 88 | 157 | - |
| CMYK | 0.66 | 0.44 | 0 | 0.38 |
| HSL | 220.19º | 0.49% | 0.41% | - |
| HSV(B) | 220.19º | 0.66% | 0.62% | - |
| XYZ | 11.1 | 10.2 | 33.28 | - |
| YUV | 85.7 | 168.24 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 88 | 157 | 0.66 | 0.44 | 0 | 0.38 | 220.19 | 0.49 | 0.41 |
| Hex | 36 | 58 | 9D | 42 | 2C | 0 | 26 | DC | 31 | 29 |
| Octal | 66 | 130 | 235 | 102 | 54 | 0 | 46 | 334 | 61 | 51 |
| Binary | 110110 | 1011000 | 10011101 | 1000010 | 101100 | 0 | 100110 | 11011100 | 110001 | 101001 |
Color Harmonies of #36589D
Complementary color
Monochromatic Colors of #36589D
Black with #36589D
Text Example
Text Example
White with #36589D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36589D; }
p { color: rgb(54,88,157); }
H1.HeaderClassName
{
color: #36589D;
}
.AnyTagClassName
{
color: #36589D;
}
</style>
background-color css
<style>
a { background-color: #36589D; }
a { background-color: rgb(54,88,157); }
div.DivClassName
{
background-color: #36589D;
}
.BgClassName
{
background-color: #36589D;
}
</style>
border-color css
<style>
span { border-color: #36589D; }
span { border-color: rgb(54,88,157); }
td.TdClassName
{
border-color: #36589D;
}
.TagClassName
{
border-color: #36589D;
}
</style>