Shades of Port Gore #3F4465
Tints of Port Gore #3F4465
RGB
CMYK
RGB Variations
Color information
#3F4465 (or 0x3F4465) is known color: Port Gore. HEX triplet: 3F, 44 and 65. RGB value is (63,68,101). Sum of RGB (Red+Green+Blue) = 63+68+101=232 (30% of max value = 765). Red value is 63 (25% from 255 or 27.16% from 232); Green value is 68 (26.95% from 255 or 29.31% from 232); Blue value is 101 (39.84% from 255 or 43.53% from 232); Max value from RGB is 101 - color contains mainly: blue. Hex color #3F4465 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4465 is #C0BB9A. Grayscale: #464646. Windows color (decimal): -12630939 or 6636607. OLE color: 6636607.
HSL color Cylindrical-coordinate representation of color #3F4465: hue angle of 232.11º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3F4465 is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 63 | 68 | 101 | - |
| CMYK | 0.38 | 0.33 | 0 | 0.60 |
| HSL | 232.11º | 0.23% | 0.32% | - |
| HSV(B) | 232.11º | 0.38% | 0.4% | - |
| XYZ | 6.47 | 6.13 | 13.15 | - |
| YUV | 70.27 | 145.34 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 68 | 101 | 0.38 | 0.33 | 0 | 0.60 | 232.11 | 0.23 | 0.32 |
| Hex | 3F | 44 | 65 | 26 | 21 | 0 | 3C | E8 | 17 | 20 |
| Octal | 77 | 104 | 145 | 46 | 41 | 0 | 74 | 350 | 27 | 40 |
| Binary | 111111 | 1000100 | 1100101 | 100110 | 100001 | 0 | 111100 | 11101000 | 10111 | 100000 |
Color Harmonies of #3F4465
Complementary color
Monochromatic Colors of #3F4465
Black with #3F4465
Text Example
Text Example
White with #3F4465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4465; }
p { color: rgb(63,68,101); }
H1.HeaderClassName
{
color: #3F4465;
}
.AnyTagClassName
{
color: #3F4465;
}
</style>
background-color css
<style>
a { background-color: #3F4465; }
a { background-color: rgb(63,68,101); }
div.DivClassName
{
background-color: #3F4465;
}
.BgClassName
{
background-color: #3F4465;
}
</style>
border-color css
<style>
span { border-color: #3F4465; }
span { border-color: rgb(63,68,101); }
td.TdClassName
{
border-color: #3F4465;
}
.TagClassName
{
border-color: #3F4465;
}
</style>