Shades of Port Gore #3F4563
Tints of Port Gore #3F4563
RGB
CMYK
RGB Variations
Color information
#3F4563 (or 0x3F4563) is known color: Port Gore. HEX triplet: 3F, 45 and 63. RGB value is (63,69,99). Sum of RGB (Red+Green+Blue) = 63+69+99=231 (30% of max value = 765). Red value is 63 (25% from 255 or 27.27% from 231); Green value is 69 (27.34% from 255 or 29.87% from 231); Blue value is 99 (39.06% from 255 or 42.86% from 231); Max value from RGB is 99 - color contains mainly: blue. Hex color #3F4563 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4563 is #C0BA9C. Grayscale: #464646. Windows color (decimal): -12630685 or 6505791. OLE color: 6505791.
HSL color Cylindrical-coordinate representation of color #3F4563: hue angle of 230º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3F4563 is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 63 | 69 | 99 | - |
| CMYK | 0.36 | 0.30 | 0 | 0.61 |
| HSL | 230º | 0.22% | 0.32% | - |
| HSV(B) | 230º | 0.36% | 0.39% | - |
| XYZ | 6.43 | 6.21 | 12.66 | - |
| YUV | 70.63 | 144.01 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 69 | 99 | 0.36 | 0.30 | 0 | 0.61 | 230 | 0.22 | 0.32 |
| Hex | 3F | 45 | 63 | 24 | 1E | 0 | 3D | E6 | 16 | 20 |
| Octal | 77 | 105 | 143 | 44 | 36 | 0 | 75 | 346 | 26 | 40 |
| Binary | 111111 | 1000101 | 1100011 | 100100 | 11110 | 0 | 111101 | 11100110 | 10110 | 100000 |
Color Harmonies of #3F4563
Complementary color
Monochromatic Colors of #3F4563
Black with #3F4563
Text Example
Text Example
White with #3F4563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4563; }
p { color: rgb(63,69,99); }
H1.HeaderClassName
{
color: #3F4563;
}
.AnyTagClassName
{
color: #3F4563;
}
</style>
background-color css
<style>
a { background-color: #3F4563; }
a { background-color: rgb(63,69,99); }
div.DivClassName
{
background-color: #3F4563;
}
.BgClassName
{
background-color: #3F4563;
}
</style>
border-color css
<style>
span { border-color: #3F4563; }
span { border-color: rgb(63,69,99); }
td.TdClassName
{
border-color: #3F4563;
}
.TagClassName
{
border-color: #3F4563;
}
</style>