Shades of Port Gore #3F486F
Tints of Port Gore #3F486F
RGB
CMYK
RGB Variations
Color information
#3F486F (or 0x3F486F) is known color: Port Gore. HEX triplet: 3F, 48 and 6F. RGB value is (63,72,111). Sum of RGB (Red+Green+Blue) = 63+72+111=246 (32% of max value = 765). Red value is 63 (25% from 255 or 25.61% from 246); Green value is 72 (28.52% from 255 or 29.27% from 246); Blue value is 111 (43.75% from 255 or 45.12% from 246); Max value from RGB is 111 - color contains mainly: blue. Hex color #3F486F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F486F is #C0B790. Grayscale: #494949. Windows color (decimal): -12629905 or 7292991. OLE color: 7292991.
HSL color Cylindrical-coordinate representation of color #3F486F: hue angle of 228.75º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3F486F is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 63 | 72 | 111 | - |
| CMYK | 0.43 | 0.35 | 0 | 0.56 |
| HSL | 228.75º | 0.28% | 0.34% | - |
| HSV(B) | 228.75º | 0.43% | 0.44% | - |
| XYZ | 7.24 | 6.84 | 15.98 | - |
| YUV | 73.76 | 149.02 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 72 | 111 | 0.43 | 0.35 | 0 | 0.56 | 228.75 | 0.28 | 0.34 |
| Hex | 3F | 48 | 6F | 2B | 23 | 0 | 38 | E5 | 1C | 22 |
| Octal | 77 | 110 | 157 | 53 | 43 | 0 | 70 | 345 | 34 | 42 |
| Binary | 111111 | 1001000 | 1101111 | 101011 | 100011 | 0 | 111000 | 11100101 | 11100 | 100010 |
Color Harmonies of #3F486F
Complementary color
Monochromatic Colors of #3F486F
Black with #3F486F
Text Example
Text Example
White with #3F486F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F486F; }
p { color: rgb(63,72,111); }
H1.HeaderClassName
{
color: #3F486F;
}
.AnyTagClassName
{
color: #3F486F;
}
</style>
background-color css
<style>
a { background-color: #3F486F; }
a { background-color: rgb(63,72,111); }
div.DivClassName
{
background-color: #3F486F;
}
.BgClassName
{
background-color: #3F486F;
}
</style>
border-color css
<style>
span { border-color: #3F486F; }
span { border-color: rgb(63,72,111); }
td.TdClassName
{
border-color: #3F486F;
}
.TagClassName
{
border-color: #3F486F;
}
</style>