#3B554D

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

Shades of Corduroy #3B554D

Tints of Corduroy #3B554D

Color information

#3B554D (or 0x3B554D) is unknown color: approx Corduroy. HEX triplet: 3B, 55 and 4D. RGB value is (59,85,77). Sum of RGB (Red+Green+Blue) = 59+85+77=221 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.70% from 221); Green value is 85 (33.59% from 255 or 38.46% from 221); Blue value is 77 (30.47% from 255 or 34.84% from 221); Max value from RGB is 85 - color contains mainly: green. Hex color #3B554D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B554D is #C4AAB2. Grayscale: #4C4C4C. Windows color (decimal): -12888755 or 5068091. OLE color: 5068091.

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

Color convert

RGB598577-
CMYK0.3100.090.67
HSL161.54º18.06%28.24%-
HSV(B)161.54º30.59%33.33%-
XYZ6.397.968.22-
YUV76.31128.39115.65-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.70%
GREEN value IS 85 (33.59% from 255) = 38.46%
BLUE value IS 77 (30.47% from 255) = 34.84%
R=26.70%
G=38.46%
B=34.84%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5985770.3100.090.67161.5418.0628.24
Hex3B554D1F0943a2121c
Octal73125115370111032422234
Binary1110111010101100110111111010011000011101000101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B554D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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