#3B554F

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

Shades of Corduroy #3B554F

Tints of Corduroy #3B554F

Color information

#3B554F (or 0x3B554F) is unknown color: approx Corduroy. HEX triplet: 3B, 55 and 4F. RGB value is (59,85,79). Sum of RGB (Red+Green+Blue) = 59+85+79=223 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.46% from 223); Green value is 85 (33.59% from 255 or 38.12% from 223); Blue value is 79 (31.25% from 255 or 35.43% from 223); Max value from RGB is 85 - color contains mainly: green. Hex color #3B554F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B554F is #C4AAB0. Grayscale: #4C4C4C. Windows color (decimal): -12888753 or 5199163. OLE color: 5199163.

HSL color Cylindrical-coordinate representation of color #3B554F: hue angle of 166.15º 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 #3B554F is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB598579-
CMYK0.3100.070.67
HSL166.15º18.06%28.24%-
HSV(B)166.15º30.59%33.33%-
XYZ6.467.998.6-
YUV76.54129.39115.49-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.46%
GREEN value IS 85 (33.59% from 255) = 38.12%
BLUE value IS 79 (31.25% from 255) = 35.43%
R=26.46%
G=38.12%
B=35.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5985790.3100.070.67166.1518.0628.24
Hex3B554F1F0743a6121c
Octal7312511737071032462234
Binary111011101010110011111111101111000011101001101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B554F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,85,79); }

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

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

 a { background-color: rgb(59,85,79); }

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

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

 span { border-color: rgb(59,85,79); }

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