Shades of Corduroy #3A4F4B
Tints of Corduroy #3A4F4B
RGB
CMYK
RGB Variations
Color information
#3A4F4B (or 0x3A4F4B) is known color: Corduroy. HEX triplet: 3A, 4F and 4B. RGB value is (58,79,75). Sum of RGB (Red+Green+Blue) = 58+79+75=212 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.36% from 212); Green value is 79 (31.25% from 255 or 37.26% from 212); Blue value is 75 (29.69% from 255 or 35.38% from 212); Max value from RGB is 79 - color contains mainly: green. Hex color #3A4F4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A4F4B is #C5B0B4. Grayscale: #484848. Windows color (decimal): -12955829 or 4935482. OLE color: 4935482.
HSL color Cylindrical-coordinate representation of color #3A4F4B: hue angle of 168.57º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3A4F4B is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 58 | 79 | 75 | - |
| CMYK | 0.27 | 0 | 0.05 | 0.69 |
| HSL | 168.57º | 0.15% | 0.27% | - |
| HSV(B) | 168.57º | 0.27% | 0.31% | - |
| XYZ | 5.81 | 7 | 7.7 | - |
| YUV | 72.27 | 129.54 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 79 | 75 | 0.27 | 0 | 0.05 | 0.69 | 168.57 | 0.15 | 0.27 |
| Hex | 3A | 4F | 4B | 1B | 0 | 5 | 45 | A9 | F | 1B |
| Octal | 72 | 117 | 113 | 33 | 0 | 5 | 105 | 251 | 17 | 33 |
| Binary | 111010 | 1001111 | 1001011 | 11011 | 0 | 101 | 1000101 | 10101001 | 1111 | 11011 |
Color Harmonies of #3A4F4B
Complementary color
Monochromatic Colors of #3A4F4B
Black with #3A4F4B
Text Example
Text Example
White with #3A4F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4F4B; }
p { color: rgb(58,79,75); }
H1.HeaderClassName
{
color: #3A4F4B;
}
.AnyTagClassName
{
color: #3A4F4B;
}
</style>
background-color css
<style>
a { background-color: #3A4F4B; }
a { background-color: rgb(58,79,75); }
div.DivClassName
{
background-color: #3A4F4B;
}
.BgClassName
{
background-color: #3A4F4B;
}
</style>
border-color css
<style>
span { border-color: #3A4F4B; }
span { border-color: rgb(58,79,75); }
td.TdClassName
{
border-color: #3A4F4B;
}
.TagClassName
{
border-color: #3A4F4B;
}
</style>