Shades of Port Gore #36436D
Tints of Port Gore #36436D
RGB
CMYK
RGB Variations
Color information
#36436D (or 0x36436D) is known color: Port Gore. HEX triplet: 36, 43 and 6D. RGB value is (54,67,109). Sum of RGB (Red+Green+Blue) = 54+67+109=230 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.48% from 230); Green value is 67 (26.56% from 255 or 29.13% from 230); Blue value is 109 (42.97% from 255 or 47.39% from 230); Max value from RGB is 109 - color contains mainly: blue. Hex color #36436D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36436D is #C9BC92. Grayscale: #434343. Windows color (decimal): -13221011 or 7160630. OLE color: 7160630.
HSL color Cylindrical-coordinate representation of color #36436D: hue angle of 225.82º 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 #36436D is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 54 | 67 | 109 | - |
| CMYK | 0.50 | 0.39 | 0 | 0.57 |
| HSL | 225.82º | 0.34% | 0.32% | - |
| HSV(B) | 225.82º | 0.5% | 0.43% | - |
| XYZ | 6.29 | 5.9 | 15.28 | - |
| YUV | 67.9 | 151.19 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 67 | 109 | 0.50 | 0.39 | 0 | 0.57 | 225.82 | 0.34 | 0.32 |
| Hex | 36 | 43 | 6D | 32 | 27 | 0 | 39 | E2 | 22 | 20 |
| Octal | 66 | 103 | 155 | 62 | 47 | 0 | 71 | 342 | 42 | 40 |
| Binary | 110110 | 1000011 | 1101101 | 110010 | 100111 | 0 | 111001 | 11100010 | 100010 | 100000 |
Color Harmonies of #36436D
Complementary color
Monochromatic Colors of #36436D
Black with #36436D
Text Example
Text Example
White with #36436D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36436D; }
p { color: rgb(54,67,109); }
H1.HeaderClassName
{
color: #36436D;
}
.AnyTagClassName
{
color: #36436D;
}
</style>
background-color css
<style>
a { background-color: #36436D; }
a { background-color: rgb(54,67,109); }
div.DivClassName
{
background-color: #36436D;
}
.BgClassName
{
background-color: #36436D;
}
</style>
border-color css
<style>
span { border-color: #36436D; }
span { border-color: rgb(54,67,109); }
td.TdClassName
{
border-color: #36436D;
}
.TagClassName
{
border-color: #36436D;
}
</style>