Html Css Color HEX #3E4044 Steel Grey

📋 copy color: '#3E4044'

red 62 ◦ green 64 ◦ blue 68

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

Shades of Steel Grey #3E4044

Tints of Steel Grey #3E4044

RGB

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

 GREEN value IS 64 (25.39% from 255) = 32.99%

 BLUE value IS 68 (26.95% from 255) = 35.05%

R = 31.96%
G = 32.99%
B = 35.05%

CMYK

 C value IS 0.09

 M value IS 0.06

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#3E4044 (or 0x3E4044) is known color: Steel Grey. HEX triplet: 3E, 40 and 44. RGB value is (62,64,68). Sum of RGB (Red+Green+Blue) = 62+64+68=194 (25% of max value = 765). Red value is 62 (24.61% from 255 or 31.96% from 194); Green value is 64 (25.39% from 255 or 32.99% from 194); Blue value is 68 (26.95% from 255 or 35.05% from 194); Max value from RGB is 68 - color contains mainly: blue. Hex color #3E4044 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4044 is #C1BFBB. Grayscale: #3F3F3F. Windows color (decimal): -12697532 or 4472894. OLE color: 4472894.

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

Color convert

RGB 62 64 68 -
CMYK 0.09 0.06 0 0.73
HSL 220º 0.05% 0.25% -
HSV(B) 220º 0.09% 0.27% -
XYZ 4.86 5.11 6.2 -
YUV 63.86 130.34 126.67 -
System Red Green Blue C M Y K H S L
Decimal 62 64 68 0.09 0.06 0 0.73 220 0.05 0.25
Hex 3E 40 44 9 6 0 49 DC 5 19
Octal 76 100 104 11 6 0 111 334 5 31
Binary 111110 1000000 1000100 1001 110 0 1001001 11011100 101 11001

Color Harmonies of #3E4044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4044

Black with #3E4044

Text Example


Text Example

White with #3E4044

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,64,68); }

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

background-color css

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

 a { background-color: rgb(62,64,68); }

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

border-color css

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

 span { border-color: rgb(62,64,68); }

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