#3B504A

Color #3B504A Corduroy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corduroy #3B504A

Tints of Corduroy #3B504A

Color information

#3B504A (or 0x3B504A) is unknown color: approx Corduroy. HEX triplet: 3B, 50 and 4A. RGB value is (59,80,74). Sum of RGB (Red+Green+Blue) = 59+80+74=213 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.70% from 213); Green value is 80 (31.64% from 255 or 37.56% from 213); Blue value is 74 (29.30% from 255 or 34.74% from 213); Max value from RGB is 80 - color contains mainly: green. Hex color #3B504A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B504A is #C4AFB5. Grayscale: #494949. Windows color (decimal): -12890038 or 4870203. OLE color: 4870203.

HSL color Cylindrical-coordinate representation of color #3B504A: hue angle of 162.86º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3B504A is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB598074-
CMYK0.2600.080.69
HSL162.86º15.11%27.25%-
HSV(B)162.86º26.25%31.37%-
XYZ5.917.167.55-
YUV73.04128.54117.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 59 (23.44% from 255) = 27.70%
GREEN value IS 80 (31.64% from 255) = 37.56%
BLUE value IS 74 (29.30% from 255) = 34.74%
R=27.70%
G=37.56%
B=34.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5980740.2600.080.69162.8615.1127.25
Hex3B504A1A0845a3f1b
Octal73120112320101052431733
Binary111011101000010010101101001000100010110100011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B504A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B504A; }

 p { color: rgb(59,80,74); }

 H1.HeaderClassName
 {
   color: #3B504A;
 }
 .AnyTagClassName
 {
   color: #3B504A;
 }
</style>
background-color css

<style>
 a { background-color: #3B504A; }

 a { background-color: rgb(59,80,74); }

 div.DivClassName
 {
   background-color: #3B504A;
 }
 .BgClassName
 {
   background-color: #3B504A;
 }
</style>
border-color css

<style>
 span { border-color: #3B504A; }

 span { border-color: rgb(59,80,74); }

 td.TdClassName
 {
   border-color: #3B504A;
 }
 .TagClassName
 {
   border-color: #3B504A;
 }
</style>