Shades of Port Gore #3F4573
Tints of Port Gore #3F4573
RGB
CMYK
RGB Variations
Color information
#3F4573 (or 0x3F4573) is known color: Port Gore. HEX triplet: 3F, 45 and 73. RGB value is (63,69,115). Sum of RGB (Red+Green+Blue) = 63+69+115=247 (32% of max value = 765). Red value is 63 (25% from 255 or 25.51% from 247); Green value is 69 (27.34% from 255 or 27.94% from 247); Blue value is 115 (45.31% from 255 or 46.56% from 247); Max value from RGB is 115 - color contains mainly: blue. Hex color #3F4573 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4573 is #C0BA8C. Grayscale: #484848. Windows color (decimal): -12630669 or 7554367. OLE color: 7554367.
HSL color Cylindrical-coordinate representation of color #3F4573: hue angle of 233.08º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3F4573 is Cyan = 0.45, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 63 | 69 | 115 | - |
| CMYK | 0.45 | 0.4 | 0 | 0.55 |
| HSL | 233.08º | 0.29% | 0.35% | - |
| HSV(B) | 233.08º | 0.45% | 0.45% | - |
| XYZ | 7.27 | 6.55 | 17.1 | - |
| YUV | 72.45 | 152.01 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 69 | 115 | 0.45 | 0.4 | 0 | 0.55 | 233.08 | 0.29 | 0.35 |
| Hex | 3F | 45 | 73 | 2D | 28 | 0 | 37 | E9 | 1D | 23 |
| Octal | 77 | 105 | 163 | 55 | 50 | 0 | 67 | 351 | 35 | 43 |
| Binary | 111111 | 1000101 | 1110011 | 101101 | 101000 | 0 | 110111 | 11101001 | 11101 | 100011 |
Color Harmonies of #3F4573
Complementary color
Monochromatic Colors of #3F4573
Black with #3F4573
Text Example
Text Example
White with #3F4573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4573; }
p { color: rgb(63,69,115); }
H1.HeaderClassName
{
color: #3F4573;
}
.AnyTagClassName
{
color: #3F4573;
}
</style>
background-color css
<style>
a { background-color: #3F4573; }
a { background-color: rgb(63,69,115); }
div.DivClassName
{
background-color: #3F4573;
}
.BgClassName
{
background-color: #3F4573;
}
</style>
border-color css
<style>
span { border-color: #3F4573; }
span { border-color: rgb(63,69,115); }
td.TdClassName
{
border-color: #3F4573;
}
.TagClassName
{
border-color: #3F4573;
}
</style>