#3F514C

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

Shades of Corduroy #3F514C

Tints of Corduroy #3F514C

Color information

#3F514C (or 0x3F514C) is unknown color: approx Corduroy. HEX triplet: 3F, 51 and 4C. RGB value is (63,81,76). Sum of RGB (Red+Green+Blue) = 63+81+76=220 (29% of max value = 765). Red value is 63 (25% from 255 or 28.64% from 220); Green value is 81 (32.03% from 255 or 36.82% from 220); Blue value is 76 (30.08% from 255 or 34.55% from 220); Max value from RGB is 81 - color contains mainly: green. Hex color #3F514C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F514C is #C0AEB3. Grayscale: #4B4B4B. Windows color (decimal): -12627636 or 5001535. OLE color: 5001535.

HSL color Cylindrical-coordinate representation of color #3F514C: hue angle of 163.33º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3F514C is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB638176-
CMYK0.2200.060.68
HSL163.33º12.5%28.24%-
HSV(B)163.33º22.22%31.76%-
XYZ6.37.467.95-
YUV75.05128.54119.41-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28.64%
GREEN value IS 81 (32.03% from 255) = 36.82%
BLUE value IS 76 (30.08% from 255) = 34.55%
R=28.64%
G=36.82%
B=34.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6381760.2200.060.68163.3312.528.24
Hex3F514C160644a3d1c
Octal7712111426061042431534
Binary11111110100011001100101100110100010010100011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F514C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,81,76); }

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

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

 a { background-color: rgb(63,81,76); }

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

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

 span { border-color: rgb(63,81,76); }

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