Shades of Port Gore #3F4977
Tints of Port Gore #3F4977
RGB
CMYK
RGB Variations
Color information
#3F4977 (or 0x3F4977) is known color: Port Gore. HEX triplet: 3F, 49 and 77. RGB value is (63,73,119). Sum of RGB (Red+Green+Blue) = 63+73+119=255 (33% of max value = 765). Red value is 63 (25% from 255 or 24.71% from 255); Green value is 73 (28.91% from 255 or 28.63% from 255); Blue value is 119 (46.88% from 255 or 46.67% from 255); Max value from RGB is 119 - color contains mainly: blue. Hex color #3F4977 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4977 is #C0B688. Grayscale: #4B4B4B. Windows color (decimal): -12629641 or 7817535. OLE color: 7817535.
HSL color Cylindrical-coordinate representation of color #3F4977: hue angle of 229.29º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3F4977 is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 63 | 73 | 119 | - |
| CMYK | 0.47 | 0.39 | 0 | 0.53 |
| HSL | 229.29º | 0.31% | 0.36% | - |
| HSV(B) | 229.29º | 0.47% | 0.47% | - |
| XYZ | 7.76 | 7.15 | 18.42 | - |
| YUV | 75.25 | 152.69 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 73 | 119 | 0.47 | 0.39 | 0 | 0.53 | 229.29 | 0.31 | 0.36 |
| Hex | 3F | 49 | 77 | 2F | 27 | 0 | 35 | E5 | 1F | 24 |
| Octal | 77 | 111 | 167 | 57 | 47 | 0 | 65 | 345 | 37 | 44 |
| Binary | 111111 | 1001001 | 1110111 | 101111 | 100111 | 0 | 110101 | 11100101 | 11111 | 100100 |
Color Harmonies of #3F4977
Complementary color
Monochromatic Colors of #3F4977
Black with #3F4977
Text Example
Text Example
White with #3F4977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4977; }
p { color: rgb(63,73,119); }
H1.HeaderClassName
{
color: #3F4977;
}
.AnyTagClassName
{
color: #3F4977;
}
</style>
background-color css
<style>
a { background-color: #3F4977; }
a { background-color: rgb(63,73,119); }
div.DivClassName
{
background-color: #3F4977;
}
.BgClassName
{
background-color: #3F4977;
}
</style>
border-color css
<style>
span { border-color: #3F4977; }
span { border-color: rgb(63,73,119); }
td.TdClassName
{
border-color: #3F4977;
}
.TagClassName
{
border-color: #3F4977;
}
</style>