Shades of Port Gore #3F496D
Tints of Port Gore #3F496D
RGB
CMYK
RGB Variations
Color information
#3F496D (or 0x3F496D) is known color: Port Gore. HEX triplet: 3F, 49 and 6D. RGB value is (63,73,109). Sum of RGB (Red+Green+Blue) = 63+73+109=245 (32% of max value = 765). Red value is 63 (25% from 255 or 25.71% from 245); Green value is 73 (28.91% from 255 or 29.80% from 245); Blue value is 109 (42.97% from 255 or 44.49% from 245); Max value from RGB is 109 - color contains mainly: blue. Hex color #3F496D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F496D is #C0B692. Grayscale: #494949. Windows color (decimal): -12629651 or 7162175. OLE color: 7162175.
HSL color Cylindrical-coordinate representation of color #3F496D: hue angle of 226.96º 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 #3F496D is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 63 | 73 | 109 | - |
| CMYK | 0.42 | 0.33 | 0 | 0.57 |
| HSL | 226.96º | 0.27% | 0.34% | - |
| HSV(B) | 226.96º | 0.42% | 0.43% | - |
| XYZ | 7.19 | 6.93 | 15.43 | - |
| YUV | 74.11 | 147.69 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 73 | 109 | 0.42 | 0.33 | 0 | 0.57 | 226.96 | 0.27 | 0.34 |
| Hex | 3F | 49 | 6D | 2A | 21 | 0 | 39 | E3 | 1B | 22 |
| Octal | 77 | 111 | 155 | 52 | 41 | 0 | 71 | 343 | 33 | 42 |
| Binary | 111111 | 1001001 | 1101101 | 101010 | 100001 | 0 | 111001 | 11100011 | 11011 | 100010 |
Color Harmonies of #3F496D
Complementary color
Monochromatic Colors of #3F496D
Black with #3F496D
Text Example
Text Example
White with #3F496D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F496D; }
p { color: rgb(63,73,109); }
H1.HeaderClassName
{
color: #3F496D;
}
.AnyTagClassName
{
color: #3F496D;
}
</style>
background-color css
<style>
a { background-color: #3F496D; }
a { background-color: rgb(63,73,109); }
div.DivClassName
{
background-color: #3F496D;
}
.BgClassName
{
background-color: #3F496D;
}
</style>
border-color css
<style>
span { border-color: #3F496D; }
span { border-color: rgb(63,73,109); }
td.TdClassName
{
border-color: #3F496D;
}
.TagClassName
{
border-color: #3F496D;
}
</style>