#3B554E

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

Shades of Corduroy #3B554E

Tints of Corduroy #3B554E

Color information

#3B554E (or 0x3B554E) is unknown color: approx Corduroy. HEX triplet: 3B, 55 and 4E. RGB value is (59,85,78). Sum of RGB (Red+Green+Blue) = 59+85+78=222 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.58% from 222); Green value is 85 (33.59% from 255 or 38.29% from 222); Blue value is 78 (30.86% from 255 or 35.14% from 222); Max value from RGB is 85 - color contains mainly: green. Hex color #3B554E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B554E is #C4AAB1. Grayscale: #4C4C4C. Windows color (decimal): -12888754 or 5133627. OLE color: 5133627.

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

Color convert

RGB598578-
CMYK0.3100.080.67
HSL163.85º18.06%28.24%-
HSV(B)163.85º30.59%33.33%-
XYZ6.437.988.41-
YUV76.43128.89115.57-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.58%
GREEN value IS 85 (33.59% from 255) = 38.29%
BLUE value IS 78 (30.86% from 255) = 35.14%
R=26.58%
G=38.29%
B=35.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5985780.3100.080.67163.8518.0628.24
Hex3B554E1F0843a4121c
Octal73125116370101032442234
Binary1110111010101100111011111010001000011101001001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B554E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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