Shades of Port Gore #393E6E
Tints of Port Gore #393E6E
RGB
CMYK
RGB Variations
Color information
#393E6E (or 0x393E6E) is known color: Port Gore. HEX triplet: 39, 3E and 6E. RGB value is (57,62,110). Sum of RGB (Red+Green+Blue) = 57+62+110=229 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.89% from 229); Green value is 62 (24.61% from 255 or 27.07% from 229); Blue value is 110 (43.36% from 255 or 48.03% from 229); Max value from RGB is 110 - color contains mainly: blue. Hex color #393E6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393E6E is #C6C191. Grayscale: #414141. Windows color (decimal): -13025682 or 7224889. OLE color: 7224889.
HSL color Cylindrical-coordinate representation of color #393E6E: hue angle of 234.34º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #393E6E is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 57 | 62 | 110 | - |
| CMYK | 0.48 | 0.44 | 0 | 0.57 |
| HSL | 234.34º | 0.32% | 0.33% | - |
| HSV(B) | 234.34º | 0.48% | 0.43% | - |
| XYZ | 6.22 | 5.44 | 15.47 | - |
| YUV | 65.98 | 152.84 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 62 | 110 | 0.48 | 0.44 | 0 | 0.57 | 234.34 | 0.32 | 0.33 |
| Hex | 39 | 3E | 6E | 30 | 2C | 0 | 39 | EA | 20 | 21 |
| Octal | 71 | 76 | 156 | 60 | 54 | 0 | 71 | 352 | 40 | 41 |
| Binary | 111001 | 111110 | 1101110 | 110000 | 101100 | 0 | 111001 | 11101010 | 100000 | 100001 |
Color Harmonies of #393E6E
Complementary color
Monochromatic Colors of #393E6E
Black with #393E6E
Text Example
Text Example
White with #393E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393E6E; }
p { color: rgb(57,62,110); }
H1.HeaderClassName
{
color: #393E6E;
}
.AnyTagClassName
{
color: #393E6E;
}
</style>
background-color css
<style>
a { background-color: #393E6E; }
a { background-color: rgb(57,62,110); }
div.DivClassName
{
background-color: #393E6E;
}
.BgClassName
{
background-color: #393E6E;
}
</style>
border-color css
<style>
span { border-color: #393E6E; }
span { border-color: rgb(57,62,110); }
td.TdClassName
{
border-color: #393E6E;
}
.TagClassName
{
border-color: #393E6E;
}
</style>