Shades of Corduroy #3C564F
Tints of Corduroy #3C564F
RGB
CMYK
RGB Variations
Color information
#3C564F (or 0x3C564F) is known color: Corduroy. HEX triplet: 3C, 56 and 4F. RGB value is (60,86,79). Sum of RGB (Red+Green+Blue) = 60+86+79=225 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.67% from 225); Green value is 86 (33.98% from 255 or 38.22% from 225); Blue value is 79 (31.25% from 255 or 35.11% from 225); Max value from RGB is 86 - color contains mainly: green. Hex color #3C564F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C564F is #C3A9B0. Grayscale: #4D4D4D. Windows color (decimal): -12822961 or 5199420. OLE color: 5199420.
HSL color Cylindrical-coordinate representation of color #3C564F: hue angle of 163.85º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3C564F is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 60 | 86 | 79 | - |
| CMYK | 0.30 | 0 | 0.08 | 0.66 |
| HSL | 163.85º | 0.18% | 0.29% | - |
| HSV(B) | 163.85º | 0.3% | 0.34% | - |
| XYZ | 6.6 | 8.18 | 8.63 | - |
| YUV | 77.43 | 128.89 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 86 | 79 | 0.30 | 0 | 0.08 | 0.66 | 163.85 | 0.18 | 0.29 |
| Hex | 3C | 56 | 4F | 1E | 0 | 8 | 42 | A4 | 12 | 1D |
| Octal | 74 | 126 | 117 | 36 | 0 | 10 | 102 | 244 | 22 | 35 |
| Binary | 111100 | 1010110 | 1001111 | 11110 | 0 | 1000 | 1000010 | 10100100 | 10010 | 11101 |
Color Harmonies of #3C564F
Complementary color
Monochromatic Colors of #3C564F
Black with #3C564F
Text Example
Text Example
White with #3C564F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C564F; }
p { color: rgb(60,86,79); }
H1.HeaderClassName
{
color: #3C564F;
}
.AnyTagClassName
{
color: #3C564F;
}
</style>
background-color css
<style>
a { background-color: #3C564F; }
a { background-color: rgb(60,86,79); }
div.DivClassName
{
background-color: #3C564F;
}
.BgClassName
{
background-color: #3C564F;
}
</style>
border-color css
<style>
span { border-color: #3C564F; }
span { border-color: rgb(60,86,79); }
td.TdClassName
{
border-color: #3C564F;
}
.TagClassName
{
border-color: #3C564F;
}
</style>