Shades of Port Gore #36466D
Tints of Port Gore #36466D
RGB
CMYK
RGB Variations
Color information
#36466D (or 0x36466D) is known color: Port Gore. HEX triplet: 36, 46 and 6D. RGB value is (54,70,109). Sum of RGB (Red+Green+Blue) = 54+70+109=233 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.18% from 233); Green value is 70 (27.73% from 255 or 30.04% from 233); Blue value is 109 (42.97% from 255 or 46.78% from 233); Max value from RGB is 109 - color contains mainly: blue. Hex color #36466D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36466D is #C9B992. Grayscale: #454545. Windows color (decimal): -13220243 or 7161398. OLE color: 7161398.
HSL color Cylindrical-coordinate representation of color #36466D: hue angle of 222.55º 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 #36466D is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 54 | 70 | 109 | - |
| CMYK | 0.50 | 0.36 | 0 | 0.57 |
| HSL | 222.55º | 0.34% | 0.32% | - |
| HSV(B) | 222.55º | 0.5% | 0.43% | - |
| XYZ | 6.47 | 6.27 | 15.34 | - |
| YUV | 69.66 | 150.2 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 70 | 109 | 0.50 | 0.36 | 0 | 0.57 | 222.55 | 0.34 | 0.32 |
| Hex | 36 | 46 | 6D | 32 | 24 | 0 | 39 | DF | 22 | 20 |
| Octal | 66 | 106 | 155 | 62 | 44 | 0 | 71 | 337 | 42 | 40 |
| Binary | 110110 | 1000110 | 1101101 | 110010 | 100100 | 0 | 111001 | 11011111 | 100010 | 100000 |
Color Harmonies of #36466D
Complementary color
Monochromatic Colors of #36466D
Black with #36466D
Text Example
Text Example
White with #36466D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36466D; }
p { color: rgb(54,70,109); }
H1.HeaderClassName
{
color: #36466D;
}
.AnyTagClassName
{
color: #36466D;
}
</style>
background-color css
<style>
a { background-color: #36466D; }
a { background-color: rgb(54,70,109); }
div.DivClassName
{
background-color: #36466D;
}
.BgClassName
{
background-color: #36466D;
}
</style>
border-color css
<style>
span { border-color: #36466D; }
span { border-color: rgb(54,70,109); }
td.TdClassName
{
border-color: #36466D;
}
.TagClassName
{
border-color: #36466D;
}
</style>