Shades of Corduroy #3B554E
Tints of Corduroy #3B554E
RGB
CMYK
RGB Variations
Color information
#3B554E (or 0x3B554E) is known color: Corduroy. HEX triplet: 3B, 55 and 4E. RGB value is (59,85,78). Sum of RGB (Red+Green+Blue) = 59+85+78=222 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.58% from 222); Green value is 85 (33.59% from 255 or 38.29% from 222); Blue value is 78 (30.86% from 255 or 35.14% from 222); Max value from RGB is 85 - color contains mainly: green. Hex color #3B554E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B554E is #C4AAB1. Grayscale: #4C4C4C. Windows color (decimal): -12888754 or 5133627. OLE color: 5133627.
HSL color Cylindrical-coordinate representation of color #3B554E: hue angle of 163.85º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3B554E is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 59 | 85 | 78 | - |
| CMYK | 0.31 | 0 | 0.08 | 0.67 |
| HSL | 163.85º | 0.18% | 0.28% | - |
| HSV(B) | 163.85º | 0.31% | 0.33% | - |
| XYZ | 6.43 | 7.98 | 8.41 | - |
| YUV | 76.43 | 128.89 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 85 | 78 | 0.31 | 0 | 0.08 | 0.67 | 163.85 | 0.18 | 0.28 |
| Hex | 3B | 55 | 4E | 1F | 0 | 8 | 43 | A4 | 12 | 1C |
| Octal | 73 | 125 | 116 | 37 | 0 | 10 | 103 | 244 | 22 | 34 |
| Binary | 111011 | 1010101 | 1001110 | 11111 | 0 | 1000 | 1000011 | 10100100 | 10010 | 11100 |
Color Harmonies of #3B554E
Complementary color
Monochromatic Colors of #3B554E
Black with #3B554E
Text Example
Text Example
White with #3B554E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B554E; }
p { color: rgb(59,85,78); }
H1.HeaderClassName
{
color: #3B554E;
}
.AnyTagClassName
{
color: #3B554E;
}
</style>
background-color css
<style>
a { background-color: #3B554E; }
a { background-color: rgb(59,85,78); }
div.DivClassName
{
background-color: #3B554E;
}
.BgClassName
{
background-color: #3B554E;
}
</style>
border-color css
<style>
span { border-color: #3B554E; }
span { border-color: rgb(59,85,78); }
td.TdClassName
{
border-color: #3B554E;
}
.TagClassName
{
border-color: #3B554E;
}
</style>