Shades of Port Gore #3F4261
Tints of Port Gore #3F4261
RGB
CMYK
RGB Variations
Color information
#3F4261 (or 0x3F4261) is known color: Port Gore. HEX triplet: 3F, 42 and 61. RGB value is (63,66,97). Sum of RGB (Red+Green+Blue) = 63+66+97=226 (29% of max value = 765). Red value is 63 (25% from 255 or 27.88% from 226); Green value is 66 (26.17% from 255 or 29.20% from 226); Blue value is 97 (38.28% from 255 or 42.92% from 226); Max value from RGB is 97 - color contains mainly: blue. Hex color #3F4261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4261 is #C0BD9E. Grayscale: #444444. Windows color (decimal): -12631455 or 6373951. OLE color: 6373951.
HSL color Cylindrical-coordinate representation of color #3F4261: hue angle of 234.71º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3F4261 is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 63 | 66 | 97 | - |
| CMYK | 0.35 | 0.32 | 0 | 0.62 |
| HSL | 234.71º | 0.21% | 0.31% | - |
| HSV(B) | 234.71º | 0.35% | 0.38% | - |
| XYZ | 6.16 | 5.82 | 12.11 | - |
| YUV | 68.64 | 144.01 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 66 | 97 | 0.35 | 0.32 | 0 | 0.62 | 234.71 | 0.21 | 0.31 |
| Hex | 3F | 42 | 61 | 23 | 20 | 0 | 3E | EB | 15 | 1F |
| Octal | 77 | 102 | 141 | 43 | 40 | 0 | 76 | 353 | 25 | 37 |
| Binary | 111111 | 1000010 | 1100001 | 100011 | 100000 | 0 | 111110 | 11101011 | 10101 | 11111 |
Color Harmonies of #3F4261
Complementary color
Monochromatic Colors of #3F4261
Black with #3F4261
Text Example
Text Example
White with #3F4261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4261; }
p { color: rgb(63,66,97); }
H1.HeaderClassName
{
color: #3F4261;
}
.AnyTagClassName
{
color: #3F4261;
}
</style>
background-color css
<style>
a { background-color: #3F4261; }
a { background-color: rgb(63,66,97); }
div.DivClassName
{
background-color: #3F4261;
}
.BgClassName
{
background-color: #3F4261;
}
</style>
border-color css
<style>
span { border-color: #3F4261; }
span { border-color: rgb(63,66,97); }
td.TdClassName
{
border-color: #3F4261;
}
.TagClassName
{
border-color: #3F4261;
}
</style>