Shades of Port Gore #36446D
Tints of Port Gore #36446D
RGB
CMYK
RGB Variations
Color information
#36446D (or 0x36446D) is known color: Port Gore. HEX triplet: 36, 44 and 6D. RGB value is (54,68,109). Sum of RGB (Red+Green+Blue) = 54+68+109=231 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.38% from 231); Green value is 68 (26.95% from 255 or 29.44% from 231); Blue value is 109 (42.97% from 255 or 47.19% from 231); Max value from RGB is 109 - color contains mainly: blue. Hex color #36446D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36446D is #C9BB92. Grayscale: #444444. Windows color (decimal): -13220755 or 7160886. OLE color: 7160886.
HSL color Cylindrical-coordinate representation of color #36446D: hue angle of 224.73º 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 #36446D is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 54 | 68 | 109 | - |
| CMYK | 0.50 | 0.38 | 0 | 0.57 |
| HSL | 224.73º | 0.34% | 0.32% | - |
| HSV(B) | 224.73º | 0.5% | 0.43% | - |
| XYZ | 6.35 | 6.02 | 15.3 | - |
| YUV | 68.49 | 150.86 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 68 | 109 | 0.50 | 0.38 | 0 | 0.57 | 224.73 | 0.34 | 0.32 |
| Hex | 36 | 44 | 6D | 32 | 26 | 0 | 39 | E1 | 22 | 20 |
| Octal | 66 | 104 | 155 | 62 | 46 | 0 | 71 | 341 | 42 | 40 |
| Binary | 110110 | 1000100 | 1101101 | 110010 | 100110 | 0 | 111001 | 11100001 | 100010 | 100000 |
Color Harmonies of #36446D
Complementary color
Monochromatic Colors of #36446D
Black with #36446D
Text Example
Text Example
White with #36446D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36446D; }
p { color: rgb(54,68,109); }
H1.HeaderClassName
{
color: #36446D;
}
.AnyTagClassName
{
color: #36446D;
}
</style>
background-color css
<style>
a { background-color: #36446D; }
a { background-color: rgb(54,68,109); }
div.DivClassName
{
background-color: #36446D;
}
.BgClassName
{
background-color: #36446D;
}
</style>
border-color css
<style>
span { border-color: #36446D; }
span { border-color: rgb(54,68,109); }
td.TdClassName
{
border-color: #36446D;
}
.TagClassName
{
border-color: #36446D;
}
</style>