Shades of Corduroy #3B534E
Tints of Corduroy #3B534E
RGB
CMYK
RGB Variations
Color information
#3B534E (or 0x3B534E) is known color: Corduroy. HEX triplet: 3B, 53 and 4E. RGB value is (59,83,78). Sum of RGB (Red+Green+Blue) = 59+83+78=220 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.82% from 220); Green value is 83 (32.81% from 255 or 37.73% from 220); Blue value is 78 (30.86% from 255 or 35.45% from 220); Max value from RGB is 83 - color contains mainly: green. Hex color #3B534E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B534E is #C4ACB1. Grayscale: #4B4B4B. Windows color (decimal): -12889266 or 5133115. OLE color: 5133115.
HSL color Cylindrical-coordinate representation of color #3B534E: hue angle of 167.5º 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 #3B534E is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 59 | 83 | 78 | - |
| CMYK | 0.29 | 0 | 0.06 | 0.67 |
| HSL | 167.5º | 0.17% | 0.28% | - |
| HSV(B) | 167.5º | 0.29% | 0.33% | - |
| XYZ | 6.27 | 7.67 | 8.36 | - |
| YUV | 75.25 | 129.55 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 83 | 78 | 0.29 | 0 | 0.06 | 0.67 | 167.5 | 0.17 | 0.28 |
| Hex | 3B | 53 | 4E | 1D | 0 | 6 | 43 | A8 | 11 | 1C |
| Octal | 73 | 123 | 116 | 35 | 0 | 6 | 103 | 250 | 21 | 34 |
| Binary | 111011 | 1010011 | 1001110 | 11101 | 0 | 110 | 1000011 | 10101000 | 10001 | 11100 |
Color Harmonies of #3B534E
Complementary color
Monochromatic Colors of #3B534E
Black with #3B534E
Text Example
Text Example
White with #3B534E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B534E; }
p { color: rgb(59,83,78); }
H1.HeaderClassName
{
color: #3B534E;
}
.AnyTagClassName
{
color: #3B534E;
}
</style>
background-color css
<style>
a { background-color: #3B534E; }
a { background-color: rgb(59,83,78); }
div.DivClassName
{
background-color: #3B534E;
}
.BgClassName
{
background-color: #3B534E;
}
</style>
border-color css
<style>
span { border-color: #3B534E; }
span { border-color: rgb(59,83,78); }
td.TdClassName
{
border-color: #3B534E;
}
.TagClassName
{
border-color: #3B534E;
}
</style>