Shades of Corduroy #355148
Tints of Corduroy #355148
RGB
CMYK
RGB Variations
Color information
#355148 (or 0x355148) is known color: Corduroy. HEX triplet: 35, 51 and 48. RGB value is (53,81,72). Sum of RGB (Red+Green+Blue) = 53+81+72=206 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.73% from 206); Green value is 81 (32.03% from 255 or 39.32% from 206); Blue value is 72 (28.52% from 255 or 34.95% from 206); Max value from RGB is 81 - color contains mainly: green. Hex color #355148 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355148 is #CAAEB7. Grayscale: #474747. Windows color (decimal): -13283000 or 4739381. OLE color: 4739381.
HSL color Cylindrical-coordinate representation of color #355148: hue angle of 160.71º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #355148 is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 53 | 81 | 72 | - |
| CMYK | 0.35 | 0 | 0.11 | 0.68 |
| HSL | 160.71º | 0.21% | 0.26% | - |
| HSV(B) | 160.71º | 0.35% | 0.32% | - |
| XYZ | 5.58 | 7.11 | 7.21 | - |
| YUV | 71.6 | 128.22 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 81 | 72 | 0.35 | 0 | 0.11 | 0.68 | 160.71 | 0.21 | 0.26 |
| Hex | 35 | 51 | 48 | 23 | 0 | B | 44 | A1 | 15 | 1A |
| Octal | 65 | 121 | 110 | 43 | 0 | 13 | 104 | 241 | 25 | 32 |
| Binary | 110101 | 1010001 | 1001000 | 100011 | 0 | 1011 | 1000100 | 10100001 | 10101 | 11010 |
Color Harmonies of #355148
Complementary color
Monochromatic Colors of #355148
Black with #355148
Text Example
Text Example
White with #355148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355148; }
p { color: rgb(53,81,72); }
H1.HeaderClassName
{
color: #355148;
}
.AnyTagClassName
{
color: #355148;
}
</style>
background-color css
<style>
a { background-color: #355148; }
a { background-color: rgb(53,81,72); }
div.DivClassName
{
background-color: #355148;
}
.BgClassName
{
background-color: #355148;
}
</style>
border-color css
<style>
span { border-color: #355148; }
span { border-color: rgb(53,81,72); }
td.TdClassName
{
border-color: #355148;
}
.TagClassName
{
border-color: #355148;
}
</style>