Html Css Color HEX #3E4045 Steel Grey

📋 copy color: '#3E4045'

red 62 ◦ green 64 ◦ blue 69

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

Shades of Steel Grey #3E4045

Tints of Steel Grey #3E4045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 35.38%

R = 31.79%
G = 32.82%
B = 35.38%

CMYK

 C value IS 0.10

 M value IS 0.07

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#3E4045 (or 0x3E4045) is known color: Steel Grey. HEX triplet: 3E, 40 and 45. RGB value is (62,64,69). Sum of RGB (Red+Green+Blue) = 62+64+69=195 (25% of max value = 765). Red value is 62 (24.61% from 255 or 31.79% from 195); Green value is 64 (25.39% from 255 or 32.82% from 195); Blue value is 69 (27.34% from 255 or 35.38% from 195); Max value from RGB is 69 - color contains mainly: blue. Hex color #3E4045 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4045 is #C1BFBA. Grayscale: #3F3F3F. Windows color (decimal): -12697531 or 4538430. OLE color: 4538430.

HSL color Cylindrical-coordinate representation of color #3E4045: hue angle of 222.86º degrees, saturation: 0.05, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #3E4045 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 62 64 69 -
CMYK 0.10 0.07 0 0.73
HSL 222.86º 0.05% 0.26% -
HSV(B) 222.86º 0.1% 0.27% -
XYZ 4.89 5.12 6.36 -
YUV 63.97 130.84 126.59 -
System Red Green Blue C M Y K H S L
Decimal 62 64 69 0.10 0.07 0 0.73 222.86 0.05 0.26
Hex 3E 40 45 A 7 0 49 DF 5 1A
Octal 76 100 105 12 7 0 111 337 5 32
Binary 111110 1000000 1000101 1010 111 0 1001001 11011111 101 11010

Color Harmonies of #3E4045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4045

Black with #3E4045

Text Example


Text Example

White with #3E4045

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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