Shades of Corduroy #345047
Tints of Corduroy #345047
RGB
CMYK
RGB Variations
Color information
#345047 (or 0x345047) is known color: Corduroy. HEX triplet: 34, 50 and 47. RGB value is (52,80,71). Sum of RGB (Red+Green+Blue) = 52+80+71=203 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.62% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 71 (28.12% from 255 or 34.98% from 203); Max value from RGB is 80 - color contains mainly: green. Hex color #345047 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345047 is #CBAFB8. Grayscale: #464646. Windows color (decimal): -13348793 or 4673588. OLE color: 4673588.
HSL color Cylindrical-coordinate representation of color #345047: hue angle of 160.71º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #345047 is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 52 | 80 | 71 | - |
| CMYK | 0.35 | 0 | 0.11 | 0.69 |
| HSL | 160.71º | 0.21% | 0.26% | - |
| HSV(B) | 160.71º | 0.35% | 0.31% | - |
| XYZ | 5.42 | 6.92 | 7.01 | - |
| YUV | 70.6 | 128.22 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 80 | 71 | 0.35 | 0 | 0.11 | 0.69 | 160.71 | 0.21 | 0.26 |
| Hex | 34 | 50 | 47 | 23 | 0 | B | 45 | A1 | 15 | 1A |
| Octal | 64 | 120 | 107 | 43 | 0 | 13 | 105 | 241 | 25 | 32 |
| Binary | 110100 | 1010000 | 1000111 | 100011 | 0 | 1011 | 1000101 | 10100001 | 10101 | 11010 |
Color Harmonies of #345047
Complementary color
Monochromatic Colors of #345047
Black with #345047
Text Example
Text Example
White with #345047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345047; }
p { color: rgb(52,80,71); }
H1.HeaderClassName
{
color: #345047;
}
.AnyTagClassName
{
color: #345047;
}
</style>
background-color css
<style>
a { background-color: #345047; }
a { background-color: rgb(52,80,71); }
div.DivClassName
{
background-color: #345047;
}
.BgClassName
{
background-color: #345047;
}
</style>
border-color css
<style>
span { border-color: #345047; }
span { border-color: rgb(52,80,71); }
td.TdClassName
{
border-color: #345047;
}
.TagClassName
{
border-color: #345047;
}
</style>