Shades of Port Gore #3F4571
Tints of Port Gore #3F4571
RGB
CMYK
RGB Variations
Color information
#3F4571 (or 0x3F4571) is known color: Port Gore. HEX triplet: 3F, 45 and 71. RGB value is (63,69,113). Sum of RGB (Red+Green+Blue) = 63+69+113=245 (32% of max value = 765). Red value is 63 (25% from 255 or 25.71% from 245); Green value is 69 (27.34% from 255 or 28.16% from 245); Blue value is 113 (44.53% from 255 or 46.12% from 245); Max value from RGB is 113 - color contains mainly: blue. Hex color #3F4571 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4571 is #C0BA8E. Grayscale: #484848. Windows color (decimal): -12630671 or 7423295. OLE color: 7423295.
HSL color Cylindrical-coordinate representation of color #3F4571: hue angle of 232.8º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3F4571 is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 63 | 69 | 113 | - |
| CMYK | 0.44 | 0.39 | 0 | 0.56 |
| HSL | 232.8º | 0.28% | 0.35% | - |
| HSV(B) | 232.8º | 0.44% | 0.44% | - |
| XYZ | 7.16 | 6.51 | 16.5 | - |
| YUV | 72.22 | 151.01 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 69 | 113 | 0.44 | 0.39 | 0 | 0.56 | 232.8 | 0.28 | 0.35 |
| Hex | 3F | 45 | 71 | 2C | 27 | 0 | 38 | E9 | 1C | 23 |
| Octal | 77 | 105 | 161 | 54 | 47 | 0 | 70 | 351 | 34 | 43 |
| Binary | 111111 | 1000101 | 1110001 | 101100 | 100111 | 0 | 111000 | 11101001 | 11100 | 100011 |
Color Harmonies of #3F4571
Complementary color
Monochromatic Colors of #3F4571
Black with #3F4571
Text Example
Text Example
White with #3F4571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4571; }
p { color: rgb(63,69,113); }
H1.HeaderClassName
{
color: #3F4571;
}
.AnyTagClassName
{
color: #3F4571;
}
</style>
background-color css
<style>
a { background-color: #3F4571; }
a { background-color: rgb(63,69,113); }
div.DivClassName
{
background-color: #3F4571;
}
.BgClassName
{
background-color: #3F4571;
}
</style>
border-color css
<style>
span { border-color: #3F4571; }
span { border-color: rgb(63,69,113); }
td.TdClassName
{
border-color: #3F4571;
}
.TagClassName
{
border-color: #3F4571;
}
</style>