Shades of Port Gore #3F476D
Tints of Port Gore #3F476D
RGB
CMYK
RGB Variations
Color information
#3F476D (or 0x3F476D) is known color: Port Gore. HEX triplet: 3F, 47 and 6D. RGB value is (63,71,109). Sum of RGB (Red+Green+Blue) = 63+71+109=243 (32% of max value = 765). Red value is 63 (25% from 255 or 25.93% from 243); Green value is 71 (28.12% from 255 or 29.22% from 243); Blue value is 109 (42.97% from 255 or 44.86% from 243); Max value from RGB is 109 - color contains mainly: blue. Hex color #3F476D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F476D is #C0B892. Grayscale: #484848. Windows color (decimal): -12630163 or 7161663. OLE color: 7161663.
HSL color Cylindrical-coordinate representation of color #3F476D: hue angle of 229.57º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3F476D is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 63 | 71 | 109 | - |
| CMYK | 0.42 | 0.35 | 0 | 0.57 |
| HSL | 229.57º | 0.27% | 0.34% | - |
| HSV(B) | 229.57º | 0.42% | 0.43% | - |
| XYZ | 7.06 | 6.67 | 15.38 | - |
| YUV | 72.94 | 148.35 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 71 | 109 | 0.42 | 0.35 | 0 | 0.57 | 229.57 | 0.27 | 0.34 |
| Hex | 3F | 47 | 6D | 2A | 23 | 0 | 39 | E6 | 1B | 22 |
| Octal | 77 | 107 | 155 | 52 | 43 | 0 | 71 | 346 | 33 | 42 |
| Binary | 111111 | 1000111 | 1101101 | 101010 | 100011 | 0 | 111001 | 11100110 | 11011 | 100010 |
Color Harmonies of #3F476D
Complementary color
Monochromatic Colors of #3F476D
Black with #3F476D
Text Example
Text Example
White with #3F476D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F476D; }
p { color: rgb(63,71,109); }
H1.HeaderClassName
{
color: #3F476D;
}
.AnyTagClassName
{
color: #3F476D;
}
</style>
background-color css
<style>
a { background-color: #3F476D; }
a { background-color: rgb(63,71,109); }
div.DivClassName
{
background-color: #3F476D;
}
.BgClassName
{
background-color: #3F476D;
}
</style>
border-color css
<style>
span { border-color: #3F476D; }
span { border-color: rgb(63,71,109); }
td.TdClassName
{
border-color: #3F476D;
}
.TagClassName
{
border-color: #3F476D;
}
</style>