Shades of Port Gore #36496D
Tints of Port Gore #36496D
RGB
CMYK
RGB Variations
Color information
#36496D (or 0x36496D) is known color: Port Gore. HEX triplet: 36, 49 and 6D. RGB value is (54,73,109). Sum of RGB (Red+Green+Blue) = 54+73+109=236 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.88% from 236); Green value is 73 (28.91% from 255 or 30.93% from 236); Blue value is 109 (42.97% from 255 or 46.19% from 236); Max value from RGB is 109 - color contains mainly: blue. Hex color #36496D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36496D is #C9B692. Grayscale: #474747. Windows color (decimal): -13219475 or 7162166. OLE color: 7162166.
HSL color Cylindrical-coordinate representation of color #36496D: hue angle of 219.27º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #36496D is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 54 | 73 | 109 | - |
| CMYK | 0.50 | 0.33 | 0 | 0.57 |
| HSL | 219.27º | 0.34% | 0.32% | - |
| HSV(B) | 219.27º | 0.5% | 0.43% | - |
| XYZ | 6.66 | 6.65 | 15.4 | - |
| YUV | 71.42 | 149.21 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 73 | 109 | 0.50 | 0.33 | 0 | 0.57 | 219.27 | 0.34 | 0.32 |
| Hex | 36 | 49 | 6D | 32 | 21 | 0 | 39 | DB | 22 | 20 |
| Octal | 66 | 111 | 155 | 62 | 41 | 0 | 71 | 333 | 42 | 40 |
| Binary | 110110 | 1001001 | 1101101 | 110010 | 100001 | 0 | 111001 | 11011011 | 100010 | 100000 |
Color Harmonies of #36496D
Complementary color
Monochromatic Colors of #36496D
Black with #36496D
Text Example
Text Example
White with #36496D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36496D; }
p { color: rgb(54,73,109); }
H1.HeaderClassName
{
color: #36496D;
}
.AnyTagClassName
{
color: #36496D;
}
</style>
background-color css
<style>
a { background-color: #36496D; }
a { background-color: rgb(54,73,109); }
div.DivClassName
{
background-color: #36496D;
}
.BgClassName
{
background-color: #36496D;
}
</style>
border-color css
<style>
span { border-color: #36496D; }
span { border-color: rgb(54,73,109); }
td.TdClassName
{
border-color: #36496D;
}
.TagClassName
{
border-color: #36496D;
}
</style>