Shades of Port Gore #36476C
Tints of Port Gore #36476C
RGB
CMYK
RGB Variations
Color information
#36476C (or 0x36476C) is known color: Port Gore. HEX triplet: 36, 47 and 6C. RGB value is (54,71,108). Sum of RGB (Red+Green+Blue) = 54+71+108=233 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.18% from 233); Green value is 71 (28.12% from 255 or 30.47% from 233); Blue value is 108 (42.58% from 255 or 46.35% from 233); Max value from RGB is 108 - color contains mainly: blue. Hex color #36476C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36476C is #C9B893. Grayscale: #454545. Windows color (decimal): -13219988 or 7096118. OLE color: 7096118.
HSL color Cylindrical-coordinate representation of color #36476C: hue angle of 221.11º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #36476C is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 54 | 71 | 108 | - |
| CMYK | 0.50 | 0.34 | 0 | 0.58 |
| HSL | 221.11º | 0.33% | 0.32% | - |
| HSV(B) | 221.11º | 0.5% | 0.42% | - |
| XYZ | 6.48 | 6.37 | 15.08 | - |
| YUV | 70.14 | 149.37 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 71 | 108 | 0.50 | 0.34 | 0 | 0.58 | 221.11 | 0.33 | 0.32 |
| Hex | 36 | 47 | 6C | 32 | 22 | 0 | 3A | DD | 21 | 20 |
| Octal | 66 | 107 | 154 | 62 | 42 | 0 | 72 | 335 | 41 | 40 |
| Binary | 110110 | 1000111 | 1101100 | 110010 | 100010 | 0 | 111010 | 11011101 | 100001 | 100000 |
Color Harmonies of #36476C
Complementary color
Monochromatic Colors of #36476C
Black with #36476C
Text Example
Text Example
White with #36476C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36476C; }
p { color: rgb(54,71,108); }
H1.HeaderClassName
{
color: #36476C;
}
.AnyTagClassName
{
color: #36476C;
}
</style>
background-color css
<style>
a { background-color: #36476C; }
a { background-color: rgb(54,71,108); }
div.DivClassName
{
background-color: #36476C;
}
.BgClassName
{
background-color: #36476C;
}
</style>
border-color css
<style>
span { border-color: #36476C; }
span { border-color: rgb(54,71,108); }
td.TdClassName
{
border-color: #36476C;
}
.TagClassName
{
border-color: #36476C;
}
</style>