Shades of Port Gore #393E6A
Tints of Port Gore #393E6A
RGB
CMYK
RGB Variations
Color information
#393E6A (or 0x393E6A) is known color: Port Gore. HEX triplet: 39, 3E and 6A. RGB value is (57,62,106). Sum of RGB (Red+Green+Blue) = 57+62+106=225 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.33% from 225); Green value is 62 (24.61% from 255 or 27.56% from 225); Blue value is 106 (41.80% from 255 or 47.11% from 225); Max value from RGB is 106 - color contains mainly: blue. Hex color #393E6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393E6A is #C6C195. Grayscale: #414141. Windows color (decimal): -13025686 or 6962745. OLE color: 6962745.
HSL color Cylindrical-coordinate representation of color #393E6A: hue angle of 233.88º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #393E6A is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 57 | 62 | 106 | - |
| CMYK | 0.46 | 0.42 | 0 | 0.58 |
| HSL | 233.88º | 0.3% | 0.32% | - |
| HSV(B) | 233.88º | 0.46% | 0.42% | - |
| XYZ | 6.01 | 5.36 | 14.35 | - |
| YUV | 65.52 | 150.84 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 62 | 106 | 0.46 | 0.42 | 0 | 0.58 | 233.88 | 0.3 | 0.32 |
| Hex | 39 | 3E | 6A | 2E | 2A | 0 | 3A | EA | 1E | 20 |
| Octal | 71 | 76 | 152 | 56 | 52 | 0 | 72 | 352 | 36 | 40 |
| Binary | 111001 | 111110 | 1101010 | 101110 | 101010 | 0 | 111010 | 11101010 | 11110 | 100000 |
Color Harmonies of #393E6A
Complementary color
Monochromatic Colors of #393E6A
Black with #393E6A
Text Example
Text Example
White with #393E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393E6A; }
p { color: rgb(57,62,106); }
H1.HeaderClassName
{
color: #393E6A;
}
.AnyTagClassName
{
color: #393E6A;
}
</style>
background-color css
<style>
a { background-color: #393E6A; }
a { background-color: rgb(57,62,106); }
div.DivClassName
{
background-color: #393E6A;
}
.BgClassName
{
background-color: #393E6A;
}
</style>
border-color css
<style>
span { border-color: #393E6A; }
span { border-color: rgb(57,62,106); }
td.TdClassName
{
border-color: #393E6A;
}
.TagClassName
{
border-color: #393E6A;
}
</style>