Shades of Port Gore #3F4776
Tints of Port Gore #3F4776
RGB
CMYK
RGB Variations
Color information
#3F4776 (or 0x3F4776) is known color: Port Gore. HEX triplet: 3F, 47 and 76. RGB value is (63,71,118). Sum of RGB (Red+Green+Blue) = 63+71+118=252 (33% of max value = 765). Red value is 63 (25% from 255 or 25% from 252); Green value is 71 (28.12% from 255 or 28.17% from 252); Blue value is 118 (46.48% from 255 or 46.83% from 252); Max value from RGB is 118 - color contains mainly: blue. Hex color #3F4776 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4776 is #C0B889. Grayscale: #494949. Windows color (decimal): -12630154 or 7751487. OLE color: 7751487.
HSL color Cylindrical-coordinate representation of color #3F4776: hue angle of 231.27º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3F4776 is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 63 | 71 | 118 | - |
| CMYK | 0.47 | 0.40 | 0 | 0.54 |
| HSL | 231.27º | 0.3% | 0.35% | - |
| HSV(B) | 231.27º | 0.47% | 0.46% | - |
| XYZ | 7.57 | 6.87 | 18.07 | - |
| YUV | 73.97 | 152.85 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 71 | 118 | 0.47 | 0.40 | 0 | 0.54 | 231.27 | 0.3 | 0.35 |
| Hex | 3F | 47 | 76 | 2F | 28 | 0 | 36 | E7 | 1E | 23 |
| Octal | 77 | 107 | 166 | 57 | 50 | 0 | 66 | 347 | 36 | 43 |
| Binary | 111111 | 1000111 | 1110110 | 101111 | 101000 | 0 | 110110 | 11100111 | 11110 | 100011 |
Color Harmonies of #3F4776
Complementary color
Monochromatic Colors of #3F4776
Black with #3F4776
Text Example
Text Example
White with #3F4776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4776; }
p { color: rgb(63,71,118); }
H1.HeaderClassName
{
color: #3F4776;
}
.AnyTagClassName
{
color: #3F4776;
}
</style>
background-color css
<style>
a { background-color: #3F4776; }
a { background-color: rgb(63,71,118); }
div.DivClassName
{
background-color: #3F4776;
}
.BgClassName
{
background-color: #3F4776;
}
</style>
border-color css
<style>
span { border-color: #3F4776; }
span { border-color: rgb(63,71,118); }
td.TdClassName
{
border-color: #3F4776;
}
.TagClassName
{
border-color: #3F4776;
}
</style>