Shades of Port Gore #3F476C
Tints of Port Gore #3F476C
RGB
CMYK
RGB Variations
Color information
#3F476C (or 0x3F476C) is known color: Port Gore. HEX triplet: 3F, 47 and 6C. RGB value is (63,71,108). Sum of RGB (Red+Green+Blue) = 63+71+108=242 (32% of max value = 765). Red value is 63 (25% from 255 or 26.03% from 242); Green value is 71 (28.12% from 255 or 29.34% from 242); Blue value is 108 (42.58% from 255 or 44.63% from 242); Max value from RGB is 108 - color contains mainly: blue. Hex color #3F476C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F476C is #C0B893. Grayscale: #484848. Windows color (decimal): -12630164 or 7096127. OLE color: 7096127.
HSL color Cylindrical-coordinate representation of color #3F476C: hue angle of 229.33º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3F476C is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 63 | 71 | 108 | - |
| CMYK | 0.42 | 0.34 | 0 | 0.58 |
| HSL | 229.33º | 0.26% | 0.34% | - |
| HSV(B) | 229.33º | 0.42% | 0.42% | - |
| XYZ | 7.01 | 6.65 | 15.1 | - |
| YUV | 72.83 | 147.85 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 71 | 108 | 0.42 | 0.34 | 0 | 0.58 | 229.33 | 0.26 | 0.34 |
| Hex | 3F | 47 | 6C | 2A | 22 | 0 | 3A | E5 | 1A | 22 |
| Octal | 77 | 107 | 154 | 52 | 42 | 0 | 72 | 345 | 32 | 42 |
| Binary | 111111 | 1000111 | 1101100 | 101010 | 100010 | 0 | 111010 | 11100101 | 11010 | 100010 |
Color Harmonies of #3F476C
Complementary color
Monochromatic Colors of #3F476C
Black with #3F476C
Text Example
Text Example
White with #3F476C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F476C; }
p { color: rgb(63,71,108); }
H1.HeaderClassName
{
color: #3F476C;
}
.AnyTagClassName
{
color: #3F476C;
}
</style>
background-color css
<style>
a { background-color: #3F476C; }
a { background-color: rgb(63,71,108); }
div.DivClassName
{
background-color: #3F476C;
}
.BgClassName
{
background-color: #3F476C;
}
</style>
border-color css
<style>
span { border-color: #3F476C; }
span { border-color: rgb(63,71,108); }
td.TdClassName
{
border-color: #3F476C;
}
.TagClassName
{
border-color: #3F476C;
}
</style>