Shades of Port Gore #36466C
Tints of Port Gore #36466C
RGB
CMYK
RGB Variations
Color information
#36466C (or 0x36466C) is known color: Port Gore. HEX triplet: 36, 46 and 6C. RGB value is (54,70,108). Sum of RGB (Red+Green+Blue) = 54+70+108=232 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.28% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 108 (42.58% from 255 or 46.55% from 232); Max value from RGB is 108 - color contains mainly: blue. Hex color #36466C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36466C is #C9B993. Grayscale: #454545. Windows color (decimal): -13220244 or 7095862. OLE color: 7095862.
HSL color Cylindrical-coordinate representation of color #36466C: hue angle of 222.22º 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 #36466C is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 54 | 70 | 108 | - |
| CMYK | 0.50 | 0.35 | 0 | 0.58 |
| HSL | 222.22º | 0.33% | 0.32% | - |
| HSV(B) | 222.22º | 0.5% | 0.42% | - |
| XYZ | 6.42 | 6.25 | 15.05 | - |
| YUV | 69.55 | 149.7 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 70 | 108 | 0.50 | 0.35 | 0 | 0.58 | 222.22 | 0.33 | 0.32 |
| Hex | 36 | 46 | 6C | 32 | 23 | 0 | 3A | DE | 21 | 20 |
| Octal | 66 | 106 | 154 | 62 | 43 | 0 | 72 | 336 | 41 | 40 |
| Binary | 110110 | 1000110 | 1101100 | 110010 | 100011 | 0 | 111010 | 11011110 | 100001 | 100000 |
Color Harmonies of #36466C
Complementary color
Monochromatic Colors of #36466C
Black with #36466C
Text Example
Text Example
White with #36466C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36466C; }
p { color: rgb(54,70,108); }
H1.HeaderClassName
{
color: #36466C;
}
.AnyTagClassName
{
color: #36466C;
}
</style>
background-color css
<style>
a { background-color: #36466C; }
a { background-color: rgb(54,70,108); }
div.DivClassName
{
background-color: #36466C;
}
.BgClassName
{
background-color: #36466C;
}
</style>
border-color css
<style>
span { border-color: #36466C; }
span { border-color: rgb(54,70,108); }
td.TdClassName
{
border-color: #36466C;
}
.TagClassName
{
border-color: #36466C;
}
</style>