Shades of Port Gore #3F4670
Tints of Port Gore #3F4670
RGB
CMYK
RGB Variations
Color information
#3F4670 (or 0x3F4670) is known color: Port Gore. HEX triplet: 3F, 46 and 70. RGB value is (63,70,112). Sum of RGB (Red+Green+Blue) = 63+70+112=245 (32% of max value = 765). Red value is 63 (25% from 255 or 25.71% from 245); Green value is 70 (27.73% from 255 or 28.57% from 245); Blue value is 112 (44.14% from 255 or 45.71% from 245); Max value from RGB is 112 - color contains mainly: blue. Hex color #3F4670 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4670 is #C0B98F. Grayscale: #484848. Windows color (decimal): -12630416 or 7358015. OLE color: 7358015.
HSL color Cylindrical-coordinate representation of color #3F4670: hue angle of 231.43º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3F4670 is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 63 | 70 | 112 | - |
| CMYK | 0.44 | 0.38 | 0 | 0.56 |
| HSL | 231.43º | 0.28% | 0.34% | - |
| HSV(B) | 231.43º | 0.44% | 0.44% | - |
| XYZ | 7.16 | 6.61 | 16.23 | - |
| YUV | 72.7 | 150.18 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 70 | 112 | 0.44 | 0.38 | 0 | 0.56 | 231.43 | 0.28 | 0.34 |
| Hex | 3F | 46 | 70 | 2C | 26 | 0 | 38 | E7 | 1C | 22 |
| Octal | 77 | 106 | 160 | 54 | 46 | 0 | 70 | 347 | 34 | 42 |
| Binary | 111111 | 1000110 | 1110000 | 101100 | 100110 | 0 | 111000 | 11100111 | 11100 | 100010 |
Color Harmonies of #3F4670
Complementary color
Monochromatic Colors of #3F4670
Black with #3F4670
Text Example
Text Example
White with #3F4670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4670; }
p { color: rgb(63,70,112); }
H1.HeaderClassName
{
color: #3F4670;
}
.AnyTagClassName
{
color: #3F4670;
}
</style>
background-color css
<style>
a { background-color: #3F4670; }
a { background-color: rgb(63,70,112); }
div.DivClassName
{
background-color: #3F4670;
}
.BgClassName
{
background-color: #3F4670;
}
</style>
border-color css
<style>
span { border-color: #3F4670; }
span { border-color: rgb(63,70,112); }
td.TdClassName
{
border-color: #3F4670;
}
.TagClassName
{
border-color: #3F4670;
}
</style>