Shades of Corduroy #3C554F
Tints of Corduroy #3C554F
RGB
CMYK
RGB Variations
Color information
#3C554F (or 0x3C554F) is known color: Corduroy. HEX triplet: 3C, 55 and 4F. RGB value is (60,85,79). Sum of RGB (Red+Green+Blue) = 60+85+79=224 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.79% from 224); Green value is 85 (33.59% from 255 or 37.95% from 224); Blue value is 79 (31.25% from 255 or 35.27% from 224); Max value from RGB is 85 - color contains mainly: green. Hex color #3C554F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C554F is #C3AAB0. Grayscale: #4C4C4C. Windows color (decimal): -12823217 or 5199164. OLE color: 5199164.
HSL color Cylindrical-coordinate representation of color #3C554F: hue angle of 165.6º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3C554F is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 60 | 85 | 79 | - |
| CMYK | 0.29 | 0 | 0.07 | 0.67 |
| HSL | 165.6º | 0.17% | 0.28% | - |
| HSV(B) | 165.6º | 0.29% | 0.33% | - |
| XYZ | 6.52 | 8.02 | 8.6 | - |
| YUV | 76.84 | 129.22 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 85 | 79 | 0.29 | 0 | 0.07 | 0.67 | 165.6 | 0.17 | 0.28 |
| Hex | 3C | 55 | 4F | 1D | 0 | 7 | 43 | A6 | 11 | 1C |
| Octal | 74 | 125 | 117 | 35 | 0 | 7 | 103 | 246 | 21 | 34 |
| Binary | 111100 | 1010101 | 1001111 | 11101 | 0 | 111 | 1000011 | 10100110 | 10001 | 11100 |
Color Harmonies of #3C554F
Complementary color
Monochromatic Colors of #3C554F
Black with #3C554F
Text Example
Text Example
White with #3C554F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C554F; }
p { color: rgb(60,85,79); }
H1.HeaderClassName
{
color: #3C554F;
}
.AnyTagClassName
{
color: #3C554F;
}
</style>
background-color css
<style>
a { background-color: #3C554F; }
a { background-color: rgb(60,85,79); }
div.DivClassName
{
background-color: #3C554F;
}
.BgClassName
{
background-color: #3C554F;
}
</style>
border-color css
<style>
span { border-color: #3C554F; }
span { border-color: rgb(60,85,79); }
td.TdClassName
{
border-color: #3C554F;
}
.TagClassName
{
border-color: #3C554F;
}
</style>