Shades of Port Gore #393F68
Tints of Port Gore #393F68
RGB
CMYK
RGB Variations
Color information
#393F68 (or 0x393F68) is known color: Port Gore. HEX triplet: 39, 3F and 68. RGB value is (57,63,104). Sum of RGB (Red+Green+Blue) = 57+63+104=224 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.45% from 224); Green value is 63 (25% from 255 or 28.12% from 224); Blue value is 104 (41.02% from 255 or 46.43% from 224); Max value from RGB is 104 - color contains mainly: blue. Hex color #393F68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393F68 is #C6C097. Grayscale: #414141. Windows color (decimal): -13025432 or 6831929. OLE color: 6831929.
HSL color Cylindrical-coordinate representation of color #393F68: hue angle of 232.34º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #393F68 is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 57 | 63 | 104 | - |
| CMYK | 0.45 | 0.39 | 0 | 0.59 |
| HSL | 232.34º | 0.29% | 0.32% | - |
| HSV(B) | 232.34º | 0.45% | 0.41% | - |
| XYZ | 5.96 | 5.42 | 13.83 | - |
| YUV | 65.88 | 149.51 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 63 | 104 | 0.45 | 0.39 | 0 | 0.59 | 232.34 | 0.29 | 0.32 |
| Hex | 39 | 3F | 68 | 2D | 27 | 0 | 3B | E8 | 1D | 20 |
| Octal | 71 | 77 | 150 | 55 | 47 | 0 | 73 | 350 | 35 | 40 |
| Binary | 111001 | 111111 | 1101000 | 101101 | 100111 | 0 | 111011 | 11101000 | 11101 | 100000 |
Color Harmonies of #393F68
Complementary color
Monochromatic Colors of #393F68
Black with #393F68
Text Example
Text Example
White with #393F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393F68; }
p { color: rgb(57,63,104); }
H1.HeaderClassName
{
color: #393F68;
}
.AnyTagClassName
{
color: #393F68;
}
</style>
background-color css
<style>
a { background-color: #393F68; }
a { background-color: rgb(57,63,104); }
div.DivClassName
{
background-color: #393F68;
}
.BgClassName
{
background-color: #393F68;
}
</style>
border-color css
<style>
span { border-color: #393F68; }
span { border-color: rgb(57,63,104); }
td.TdClassName
{
border-color: #393F68;
}
.TagClassName
{
border-color: #393F68;
}
</style>