Html Css Color HEX #3E554F Corduroy

📋 copy color: '#3E554F'

red 62 ◦ green 85 ◦ blue 79

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

Shades of Corduroy #3E554F

Tints of Corduroy #3E554F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 37.61%

 BLUE value IS 79 (31.25% from 255) = 34.96%

R = 27.43%
G = 37.61%
B = 34.96%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#3E554F (or 0x3E554F) is known color: Corduroy. HEX triplet: 3E, 55 and 4F. RGB value is (62,85,79). Sum of RGB (Red+Green+Blue) = 62+85+79=226 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.43% from 226); Green value is 85 (33.59% from 255 or 37.61% from 226); Blue value is 79 (31.25% from 255 or 34.96% from 226); Max value from RGB is 85 - color contains mainly: green. Hex color #3E554F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E554F is #C1AAB0. Grayscale: #4D4D4D. Windows color (decimal): -12692145 or 5199166. OLE color: 5199166.

HSL color Cylindrical-coordinate representation of color #3E554F: hue angle of 164.35º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3E554F is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB 62 85 79 -
CMYK 0.27 0 0.07 0.67
HSL 164.35º 0.16% 0.29% -
HSV(B) 164.35º 0.27% 0.33% -
XYZ 6.65 8.09 8.61 -
YUV 77.44 128.88 116.99 -
System Red Green Blue C M Y K H S L
Decimal 62 85 79 0.27 0 0.07 0.67 164.35 0.16 0.29
Hex 3E 55 4F 1B 0 7 43 A4 10 1D
Octal 76 125 117 33 0 7 103 244 20 35
Binary 111110 1010101 1001111 11011 0 111 1000011 10100100 10000 11101

Color Harmonies of #3E554F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E554F

Black with #3E554F

Text Example


Text Example

White with #3E554F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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