Shades of Port Gore #393F69
Tints of Port Gore #393F69
RGB
CMYK
RGB Variations
Color information
#393F69 (or 0x393F69) is known color: Port Gore. HEX triplet: 39, 3F and 69. RGB value is (57,63,105). Sum of RGB (Red+Green+Blue) = 57+63+105=225 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.33% from 225); Green value is 63 (25% from 255 or 28% from 225); Blue value is 105 (41.41% from 255 or 46.67% from 225); Max value from RGB is 105 - color contains mainly: blue. Hex color #393F69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393F69 is #C6C096. Grayscale: #414141. Windows color (decimal): -13025431 or 6897465. OLE color: 6897465.
HSL color Cylindrical-coordinate representation of color #393F69: hue angle of 232.5º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #393F69 is Cyan = 0.46, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 57 | 63 | 105 | - |
| CMYK | 0.46 | 0.4 | 0 | 0.59 |
| HSL | 232.5º | 0.3% | 0.32% | - |
| HSV(B) | 232.5º | 0.46% | 0.41% | - |
| XYZ | 6.01 | 5.44 | 14.1 | - |
| YUV | 65.99 | 150.01 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 63 | 105 | 0.46 | 0.4 | 0 | 0.59 | 232.5 | 0.3 | 0.32 |
| Hex | 39 | 3F | 69 | 2E | 28 | 0 | 3B | E8 | 1E | 20 |
| Octal | 71 | 77 | 151 | 56 | 50 | 0 | 73 | 350 | 36 | 40 |
| Binary | 111001 | 111111 | 1101001 | 101110 | 101000 | 0 | 111011 | 11101000 | 11110 | 100000 |
Color Harmonies of #393F69
Complementary color
Monochromatic Colors of #393F69
Black with #393F69
Text Example
Text Example
White with #393F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393F69; }
p { color: rgb(57,63,105); }
H1.HeaderClassName
{
color: #393F69;
}
.AnyTagClassName
{
color: #393F69;
}
</style>
background-color css
<style>
a { background-color: #393F69; }
a { background-color: rgb(57,63,105); }
div.DivClassName
{
background-color: #393F69;
}
.BgClassName
{
background-color: #393F69;
}
</style>
border-color css
<style>
span { border-color: #393F69; }
span { border-color: rgb(57,63,105); }
td.TdClassName
{
border-color: #393F69;
}
.TagClassName
{
border-color: #393F69;
}
</style>