Html Css Color HEX #3E4B47 Corduroy

📋 copy color: '#3E4B47'

red 62 ◦ green 75 ◦ blue 71

#3E4B47
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Corduroy #3E4B47

Tints of Corduroy #3E4B47

RGB

 RED value IS 62 (24.61% from 255) = 29.81%

 GREEN value IS 75 (29.69% from 255) = 36.06%

 BLUE value IS 71 (28.13% from 255) = 34.13%

R = 29.81%
G = 36.06%
B = 34.13%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.05

 K value IS 0.71

RGB Variations

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

Color information

#3E4B47 (or 0x3E4B47) is known color: Corduroy. HEX triplet: 3E, 4B and 47. RGB value is (62,75,71). Sum of RGB (Red+Green+Blue) = 62+75+71=208 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.81% from 208); Green value is 75 (29.69% from 255 or 36.06% from 208); Blue value is 71 (28.12% from 255 or 34.13% from 208); Max value from RGB is 75 - color contains mainly: green. Hex color #3E4B47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4B47 is #C1B4B8. Grayscale: #464646. Windows color (decimal): -12694713 or 4672318. OLE color: 4672318.

HSL color Cylindrical-coordinate representation of color #3E4B47: hue angle of 161.54º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #3E4B47 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.71.

Color convert

RGB 62 75 71 -
CMYK 0.17 0 0.05 0.71
HSL 161.54º 0.09% 0.27% -
HSV(B) 161.54º 0.17% 0.29% -
XYZ 5.64 6.51 6.92 -
YUV 70.66 128.19 121.83 -
System Red Green Blue C M Y K H S L
Decimal 62 75 71 0.17 0 0.05 0.71 161.54 0.09 0.27
Hex 3E 4B 47 11 0 5 47 A2 9 1B
Octal 76 113 107 21 0 5 107 242 11 33
Binary 111110 1001011 1000111 10001 0 101 1000111 10100010 1001 11011

Color Harmonies of #3E4B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4B47

Black with #3E4B47

Text Example


Text Example

White with #3E4B47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,75,71); }

 H1.HeaderClassName
 {
   color: #3E4B47;
 }
 .AnyTagClassName
 {
   color: #3E4B47;
 }
</style>

background-color css

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

 a { background-color: rgb(62,75,71); }

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

border-color css

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

 span { border-color: rgb(62,75,71); }

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