Shades of Port Gore #39476C
Tints of Port Gore #39476C
RGB
CMYK
RGB Variations
Color information
#39476C (or 0x39476C) is known color: Port Gore. HEX triplet: 39, 47 and 6C. RGB value is (57,71,108). Sum of RGB (Red+Green+Blue) = 57+71+108=236 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.15% from 236); Green value is 71 (28.12% from 255 or 30.08% from 236); Blue value is 108 (42.58% from 255 or 45.76% from 236); Max value from RGB is 108 - color contains mainly: blue. Hex color #39476C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39476C is #C6B893. Grayscale: #464646. Windows color (decimal): -13023380 or 7096121. OLE color: 7096121.
HSL color Cylindrical-coordinate representation of color #39476C: hue angle of 223.53º 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 #39476C is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 57 | 71 | 108 | - |
| CMYK | 0.47 | 0.34 | 0 | 0.58 |
| HSL | 223.53º | 0.31% | 0.32% | - |
| HSV(B) | 223.53º | 0.47% | 0.42% | - |
| XYZ | 6.65 | 6.46 | 15.08 | - |
| YUV | 71.03 | 148.86 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 71 | 108 | 0.47 | 0.34 | 0 | 0.58 | 223.53 | 0.31 | 0.32 |
| Hex | 39 | 47 | 6C | 2F | 22 | 0 | 3A | E0 | 1F | 20 |
| Octal | 71 | 107 | 154 | 57 | 42 | 0 | 72 | 340 | 37 | 40 |
| Binary | 111001 | 1000111 | 1101100 | 101111 | 100010 | 0 | 111010 | 11100000 | 11111 | 100000 |
Color Harmonies of #39476C
Complementary color
Monochromatic Colors of #39476C
Black with #39476C
Text Example
Text Example
White with #39476C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39476C; }
p { color: rgb(57,71,108); }
H1.HeaderClassName
{
color: #39476C;
}
.AnyTagClassName
{
color: #39476C;
}
</style>
background-color css
<style>
a { background-color: #39476C; }
a { background-color: rgb(57,71,108); }
div.DivClassName
{
background-color: #39476C;
}
.BgClassName
{
background-color: #39476C;
}
</style>
border-color css
<style>
span { border-color: #39476C; }
span { border-color: rgb(57,71,108); }
td.TdClassName
{
border-color: #39476C;
}
.TagClassName
{
border-color: #39476C;
}
</style>