Shades of Mariner #365996
Tints of Mariner #365996
RGB
CMYK
RGB Variations
Color information
#365996 (or 0x365996) is known color: Mariner. HEX triplet: 36, 59 and 96. RGB value is (54,89,150). Sum of RGB (Red+Green+Blue) = 54+89+150=293 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.43% from 293); Green value is 89 (35.16% from 255 or 30.38% from 293); Blue value is 150 (58.98% from 255 or 51.19% from 293); Max value from RGB is 150 - color contains mainly: blue. Hex color #365996 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365996 is #C9A669. Grayscale: #555555. Windows color (decimal): -13215338 or 9853238. OLE color: 9853238.
HSL color Cylindrical-coordinate representation of color #365996: hue angle of 218.12º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #365996 is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 54 | 89 | 150 | - |
| CMYK | 0.64 | 0.41 | 0 | 0.41 |
| HSL | 218.13º | 0.47% | 0.4% | - |
| HSV(B) | 218.13º | 0.64% | 0.59% | - |
| XYZ | 10.6 | 10.13 | 30.25 | - |
| YUV | 85.49 | 164.4 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 89 | 150 | 0.64 | 0.41 | 0 | 0.41 | 218.13 | 0.47 | 0.4 |
| Hex | 36 | 59 | 96 | 40 | 29 | 0 | 29 | DA | 2F | 28 |
| Octal | 66 | 131 | 226 | 100 | 51 | 0 | 51 | 332 | 57 | 50 |
| Binary | 110110 | 1011001 | 10010110 | 1000000 | 101001 | 0 | 101001 | 11011010 | 101111 | 101000 |
Color Harmonies of #365996
Complementary color
Monochromatic Colors of #365996
Black with #365996
Text Example
Text Example
White with #365996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365996; }
p { color: rgb(54,89,150); }
H1.HeaderClassName
{
color: #365996;
}
.AnyTagClassName
{
color: #365996;
}
</style>
background-color css
<style>
a { background-color: #365996; }
a { background-color: rgb(54,89,150); }
div.DivClassName
{
background-color: #365996;
}
.BgClassName
{
background-color: #365996;
}
</style>
border-color css
<style>
span { border-color: #365996; }
span { border-color: rgb(54,89,150); }
td.TdClassName
{
border-color: #365996;
}
.TagClassName
{
border-color: #365996;
}
</style>