Shades of Port Gore #39486F
Tints of Port Gore #39486F
RGB
CMYK
RGB Variations
Color information
#39486F (or 0x39486F) is known color: Port Gore. HEX triplet: 39, 48 and 6F. RGB value is (57,72,111). Sum of RGB (Red+Green+Blue) = 57+72+111=240 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.75% from 240); Green value is 72 (28.52% from 255 or 30% from 240); Blue value is 111 (43.75% from 255 or 46.25% from 240); Max value from RGB is 111 - color contains mainly: blue. Hex color #39486F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39486F is #C6B790. Grayscale: #474747. Windows color (decimal): -13023121 or 7292985. OLE color: 7292985.
HSL color Cylindrical-coordinate representation of color #39486F: hue angle of 223.33º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #39486F is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 57 | 72 | 111 | - |
| CMYK | 0.49 | 0.35 | 0 | 0.56 |
| HSL | 223.33º | 0.32% | 0.33% | - |
| HSV(B) | 223.33º | 0.49% | 0.44% | - |
| XYZ | 6.87 | 6.65 | 15.96 | - |
| YUV | 71.96 | 150.03 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 72 | 111 | 0.49 | 0.35 | 0 | 0.56 | 223.33 | 0.32 | 0.33 |
| Hex | 39 | 48 | 6F | 31 | 23 | 0 | 38 | DF | 20 | 21 |
| Octal | 71 | 110 | 157 | 61 | 43 | 0 | 70 | 337 | 40 | 41 |
| Binary | 111001 | 1001000 | 1101111 | 110001 | 100011 | 0 | 111000 | 11011111 | 100000 | 100001 |
Color Harmonies of #39486F
Complementary color
Monochromatic Colors of #39486F
Black with #39486F
Text Example
Text Example
White with #39486F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39486F; }
p { color: rgb(57,72,111); }
H1.HeaderClassName
{
color: #39486F;
}
.AnyTagClassName
{
color: #39486F;
}
</style>
background-color css
<style>
a { background-color: #39486F; }
a { background-color: rgb(57,72,111); }
div.DivClassName
{
background-color: #39486F;
}
.BgClassName
{
background-color: #39486F;
}
</style>
border-color css
<style>
span { border-color: #39486F; }
span { border-color: rgb(57,72,111); }
td.TdClassName
{
border-color: #39486F;
}
.TagClassName
{
border-color: #39486F;
}
</style>