#3E564F

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

Shades of Corduroy #3E564F

Tints of Corduroy #3E564F

Color information

#3E564F (or 0x3E564F) is unknown color: approx Corduroy. HEX triplet: 3E, 56 and 4F. RGB value is (62,86,79). Sum of RGB (Red+Green+Blue) = 62+86+79=227 (30% of max value = 765). Red value is 62 (24.61% from 255 or 27.31% from 227); Green value is 86 (33.98% from 255 or 37.89% from 227); Blue value is 79 (31.25% from 255 or 34.80% from 227); Max value from RGB is 86 - color contains mainly: green. Hex color #3E564F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E564F is #C1A9B0. Grayscale: #4E4E4E. Windows color (decimal): -12691889 or 5199422. OLE color: 5199422.

HSL color Cylindrical-coordinate representation of color #3E564F: hue angle of 162.5º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3E564F is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.66.

Color convert

RGB628679-
CMYK0.2800.080.66
HSL162.5º16.22%29.02%-
HSV(B)162.5º27.91%33.73%-
XYZ6.738.248.63-
YUV78.03128.55116.57-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 27.31%
GREEN value IS 86 (33.98% from 255) = 37.89%
BLUE value IS 79 (31.25% from 255) = 34.80%
R=27.31%
G=37.89%
B=34.80%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6286790.2800.080.66162.516.2229.02
Hex3E564F1C0842a2101d
Octal76126117340101022422035
Binary1111101010110100111111100010001000010101000101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E564F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,86,79); }

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

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

 a { background-color: rgb(62,86,79); }

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

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

 span { border-color: rgb(62,86,79); }

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