Html Css Color HEX #3E564F Corduroy

📋 copy color: '#3E564F'

red 62 ◦ green 86 ◦ blue 79

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

Shades of Corduroy #3E564F

Tints of Corduroy #3E564F

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.8%

R = 27.31%
G = 37.89%
B = 34.8%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.08

 K value IS 0.66

RGB Variations

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

Color information

#3E564F (or 0x3E564F) is known color: 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

RGB 62 86 79 -
CMYK 0.28 0 0.08 0.66
HSL 162.5º 0.16% 0.29% -
HSV(B) 162.5º 0.28% 0.34% -
XYZ 6.73 8.24 8.63 -
YUV 78.03 128.55 116.57 -
System Red Green Blue C M Y K H S L
Decimal 62 86 79 0.28 0 0.08 0.66 162.5 0.16 0.29
Hex 3E 56 4F 1C 0 8 42 A2 10 1D
Octal 76 126 117 34 0 10 102 242 20 35
Binary 111110 1010110 1001111 11100 0 1000 1000010 10100010 10000 11101

Color Harmonies of #3E564F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E564F

Black with #3E564F

Text Example


Text Example

White with #3E564F

Text Example


Text Example

HTML Codes & Css Web 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>