Shades of Port Gore #393C6B
Tints of Port Gore #393C6B
RGB
CMYK
RGB Variations
Color information
#393C6B (or 0x393C6B) is known color: Port Gore. HEX triplet: 39, 3C and 6B. RGB value is (57,60,107). Sum of RGB (Red+Green+Blue) = 57+60+107=224 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.45% from 224); Green value is 60 (23.83% from 255 or 26.79% from 224); Blue value is 107 (42.19% from 255 or 47.77% from 224); Max value from RGB is 107 - color contains mainly: blue. Hex color #393C6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393C6B is #C6C394. Grayscale: #404040. Windows color (decimal): -13026197 or 7027769. OLE color: 7027769.
HSL color Cylindrical-coordinate representation of color #393C6B: hue angle of 236.4º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #393C6B is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 57 | 60 | 107 | - |
| CMYK | 0.47 | 0.44 | 0 | 0.58 |
| HSL | 236.4º | 0.3% | 0.32% | - |
| HSV(B) | 236.4º | 0.47% | 0.42% | - |
| XYZ | 5.96 | 5.16 | 14.59 | - |
| YUV | 64.46 | 152.01 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 60 | 107 | 0.47 | 0.44 | 0 | 0.58 | 236.4 | 0.3 | 0.32 |
| Hex | 39 | 3C | 6B | 2F | 2C | 0 | 3A | EC | 1E | 20 |
| Octal | 71 | 74 | 153 | 57 | 54 | 0 | 72 | 354 | 36 | 40 |
| Binary | 111001 | 111100 | 1101011 | 101111 | 101100 | 0 | 111010 | 11101100 | 11110 | 100000 |
Color Harmonies of #393C6B
Complementary color
Monochromatic Colors of #393C6B
Black with #393C6B
Text Example
Text Example
White with #393C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393C6B; }
p { color: rgb(57,60,107); }
H1.HeaderClassName
{
color: #393C6B;
}
.AnyTagClassName
{
color: #393C6B;
}
</style>
background-color css
<style>
a { background-color: #393C6B; }
a { background-color: rgb(57,60,107); }
div.DivClassName
{
background-color: #393C6B;
}
.BgClassName
{
background-color: #393C6B;
}
</style>
border-color css
<style>
span { border-color: #393C6B; }
span { border-color: rgb(57,60,107); }
td.TdClassName
{
border-color: #393C6B;
}
.TagClassName
{
border-color: #393C6B;
}
</style>