Shades of Port Gore #39496C
Tints of Port Gore #39496C
RGB
CMYK
RGB Variations
Color information
#39496C (or 0x39496C) is known color: Port Gore. HEX triplet: 39, 49 and 6C. RGB value is (57,73,108). Sum of RGB (Red+Green+Blue) = 57+73+108=238 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.95% from 238); Green value is 73 (28.91% from 255 or 30.67% from 238); Blue value is 108 (42.58% from 255 or 45.38% from 238); Max value from RGB is 108 - color contains mainly: blue. Hex color #39496C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39496C is #C6B693. Grayscale: #484848. Windows color (decimal): -13022868 or 7096633. OLE color: 7096633.
HSL color Cylindrical-coordinate representation of color #39496C: hue angle of 221.18º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #39496C is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 57 | 73 | 108 | - |
| CMYK | 0.47 | 0.32 | 0 | 0.58 |
| HSL | 221.18º | 0.31% | 0.32% | - |
| HSV(B) | 221.18º | 0.47% | 0.42% | - |
| XYZ | 6.78 | 6.72 | 15.13 | - |
| YUV | 72.21 | 148.2 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 73 | 108 | 0.47 | 0.32 | 0 | 0.58 | 221.18 | 0.31 | 0.32 |
| Hex | 39 | 49 | 6C | 2F | 20 | 0 | 3A | DD | 1F | 20 |
| Octal | 71 | 111 | 154 | 57 | 40 | 0 | 72 | 335 | 37 | 40 |
| Binary | 111001 | 1001001 | 1101100 | 101111 | 100000 | 0 | 111010 | 11011101 | 11111 | 100000 |
Color Harmonies of #39496C
Complementary color
Monochromatic Colors of #39496C
Black with #39496C
Text Example
Text Example
White with #39496C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39496C; }
p { color: rgb(57,73,108); }
H1.HeaderClassName
{
color: #39496C;
}
.AnyTagClassName
{
color: #39496C;
}
</style>
background-color css
<style>
a { background-color: #39496C; }
a { background-color: rgb(57,73,108); }
div.DivClassName
{
background-color: #39496C;
}
.BgClassName
{
background-color: #39496C;
}
</style>
border-color css
<style>
span { border-color: #39496C; }
span { border-color: rgb(57,73,108); }
td.TdClassName
{
border-color: #39496C;
}
.TagClassName
{
border-color: #39496C;
}
</style>