Shades of Corduroy #3F514D
Tints of Corduroy #3F514D
RGB
CMYK
RGB Variations
Color information
#3F514D (or 0x3F514D) is known color: Corduroy. HEX triplet: 3F, 51 and 4D. RGB value is (63,81,77). Sum of RGB (Red+Green+Blue) = 63+81+77=221 (29% of max value = 765). Red value is 63 (25% from 255 or 28.51% from 221); Green value is 81 (32.03% from 255 or 36.65% from 221); Blue value is 77 (30.47% from 255 or 34.84% from 221); Max value from RGB is 81 - color contains mainly: green. Hex color #3F514D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F514D is #C0AEB2. Grayscale: #4B4B4B. Windows color (decimal): -12627635 or 5067071. OLE color: 5067071.
HSL color Cylindrical-coordinate representation of color #3F514D: hue angle of 166.67º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3F514D is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 63 | 81 | 77 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.68 |
| HSL | 166.67º | 0.13% | 0.28% | - |
| HSV(B) | 166.67º | 0.22% | 0.32% | - |
| XYZ | 6.33 | 7.48 | 8.13 | - |
| YUV | 75.16 | 129.04 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 81 | 77 | 0.22 | 0 | 0.05 | 0.68 | 166.67 | 0.13 | 0.28 |
| Hex | 3F | 51 | 4D | 16 | 0 | 5 | 44 | A7 | C | 1C |
| Octal | 77 | 121 | 115 | 26 | 0 | 5 | 104 | 247 | 14 | 34 |
| Binary | 111111 | 1010001 | 1001101 | 10110 | 0 | 101 | 1000100 | 10100111 | 1100 | 11100 |
Color Harmonies of #3F514D
Complementary color
Monochromatic Colors of #3F514D
Black with #3F514D
Text Example
Text Example
White with #3F514D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F514D; }
p { color: rgb(63,81,77); }
H1.HeaderClassName
{
color: #3F514D;
}
.AnyTagClassName
{
color: #3F514D;
}
</style>
background-color css
<style>
a { background-color: #3F514D; }
a { background-color: rgb(63,81,77); }
div.DivClassName
{
background-color: #3F514D;
}
.BgClassName
{
background-color: #3F514D;
}
</style>
border-color css
<style>
span { border-color: #3F514D; }
span { border-color: rgb(63,81,77); }
td.TdClassName
{
border-color: #3F514D;
}
.TagClassName
{
border-color: #3F514D;
}
</style>