Shades of Port Gore #36446C
Tints of Port Gore #36446C
RGB
CMYK
RGB Variations
Color information
#36446C (or 0x36446C) is known color: Port Gore. HEX triplet: 36, 44 and 6C. RGB value is (54,68,108). Sum of RGB (Red+Green+Blue) = 54+68+108=230 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.48% from 230); Green value is 68 (26.95% from 255 or 29.57% from 230); Blue value is 108 (42.58% from 255 or 46.96% from 230); Max value from RGB is 108 - color contains mainly: blue. Hex color #36446C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36446C is #C9BB93. Grayscale: #444444. Windows color (decimal): -13220756 or 7095350. OLE color: 7095350.
HSL color Cylindrical-coordinate representation of color #36446C: hue angle of 224.44º 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 #36446C is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 54 | 68 | 108 | - |
| CMYK | 0.50 | 0.37 | 0 | 0.58 |
| HSL | 224.44º | 0.33% | 0.32% | - |
| HSV(B) | 224.44º | 0.5% | 0.42% | - |
| XYZ | 6.3 | 6 | 15.01 | - |
| YUV | 68.37 | 150.36 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 68 | 108 | 0.50 | 0.37 | 0 | 0.58 | 224.44 | 0.33 | 0.32 |
| Hex | 36 | 44 | 6C | 32 | 25 | 0 | 3A | E0 | 21 | 20 |
| Octal | 66 | 104 | 154 | 62 | 45 | 0 | 72 | 340 | 41 | 40 |
| Binary | 110110 | 1000100 | 1101100 | 110010 | 100101 | 0 | 111010 | 11100000 | 100001 | 100000 |
Color Harmonies of #36446C
Complementary color
Monochromatic Colors of #36446C
Black with #36446C
Text Example
Text Example
White with #36446C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36446C; }
p { color: rgb(54,68,108); }
H1.HeaderClassName
{
color: #36446C;
}
.AnyTagClassName
{
color: #36446C;
}
</style>
background-color css
<style>
a { background-color: #36446C; }
a { background-color: rgb(54,68,108); }
div.DivClassName
{
background-color: #36446C;
}
.BgClassName
{
background-color: #36446C;
}
</style>
border-color css
<style>
span { border-color: #36446C; }
span { border-color: rgb(54,68,108); }
td.TdClassName
{
border-color: #36446C;
}
.TagClassName
{
border-color: #36446C;
}
</style>