Shades of Port Gore #3F4766
Tints of Port Gore #3F4766
RGB
CMYK
RGB Variations
Color information
#3F4766 (or 0x3F4766) is known color: Port Gore. HEX triplet: 3F, 47 and 66. RGB value is (63,71,102). Sum of RGB (Red+Green+Blue) = 63+71+102=236 (31% of max value = 765). Red value is 63 (25% from 255 or 26.69% from 236); Green value is 71 (28.12% from 255 or 30.08% from 236); Blue value is 102 (40.23% from 255 or 43.22% from 236); Max value from RGB is 102 - color contains mainly: blue. Hex color #3F4766 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4766 is #C0B899. Grayscale: #484848. Windows color (decimal): -12630170 or 6702911. OLE color: 6702911.
HSL color Cylindrical-coordinate representation of color #3F4766: hue angle of 227.69º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3F4766 is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 63 | 71 | 102 | - |
| CMYK | 0.38 | 0.30 | 0 | 0.6 |
| HSL | 227.69º | 0.24% | 0.32% | - |
| HSV(B) | 227.69º | 0.38% | 0.4% | - |
| XYZ | 6.7 | 6.52 | 13.48 | - |
| YUV | 72.14 | 144.85 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 71 | 102 | 0.38 | 0.30 | 0 | 0.6 | 227.69 | 0.24 | 0.32 |
| Hex | 3F | 47 | 66 | 26 | 1E | 0 | 3C | E4 | 18 | 20 |
| Octal | 77 | 107 | 146 | 46 | 36 | 0 | 74 | 344 | 30 | 40 |
| Binary | 111111 | 1000111 | 1100110 | 100110 | 11110 | 0 | 111100 | 11100100 | 11000 | 100000 |
Color Harmonies of #3F4766
Complementary color
Monochromatic Colors of #3F4766
Black with #3F4766
Text Example
Text Example
White with #3F4766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4766; }
p { color: rgb(63,71,102); }
H1.HeaderClassName
{
color: #3F4766;
}
.AnyTagClassName
{
color: #3F4766;
}
</style>
background-color css
<style>
a { background-color: #3F4766; }
a { background-color: rgb(63,71,102); }
div.DivClassName
{
background-color: #3F4766;
}
.BgClassName
{
background-color: #3F4766;
}
</style>
border-color css
<style>
span { border-color: #3F4766; }
span { border-color: rgb(63,71,102); }
td.TdClassName
{
border-color: #3F4766;
}
.TagClassName
{
border-color: #3F4766;
}
</style>