Html Css Color HEX #3E5450 Dark Slate

📋 copy color: '#3E5450'

red 62 ◦ green 84 ◦ blue 80

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

Shades of Dark Slate #3E5450

Tints of Dark Slate #3E5450

RGB

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

 GREEN value IS 84 (33.2% from 255) = 37.17%

 BLUE value IS 80 (31.64% from 255) = 35.4%

R = 27.43%
G = 37.17%
B = 35.4%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#3E5450 (or 0x3E5450) is known color: Dark Slate. HEX triplet: 3E, 54 and 50. RGB value is (62,84,80). Sum of RGB (Red+Green+Blue) = 62+84+80=226 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.43% from 226); Green value is 84 (33.20% from 255 or 37.17% from 226); Blue value is 80 (31.64% from 255 or 35.40% from 226); Max value from RGB is 84 - color contains mainly: green. Hex color #3E5450 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5450 is #C1ABAF. Grayscale: #4C4C4C. Windows color (decimal): -12692400 or 5264446. OLE color: 5264446.

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

Color convert

RGB 62 84 80 -
CMYK 0.26 0 0.05 0.67
HSL 169.09º 0.15% 0.29% -
HSV(B) 169.09º 0.26% 0.33% -
XYZ 6.6 7.94 8.77 -
YUV 76.97 129.71 117.33 -
System Red Green Blue C M Y K H S L
Decimal 62 84 80 0.26 0 0.05 0.67 169.09 0.15 0.29
Hex 3E 54 50 1A 0 5 43 A9 F 1D
Octal 76 124 120 32 0 5 103 251 17 35
Binary 111110 1010100 1010000 11010 0 101 1000011 10101001 1111 11101

Color Harmonies of #3E5450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E5450

Black with #3E5450

Text Example


Text Example

White with #3E5450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,84,80); }

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

background-color css

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

 a { background-color: rgb(62,84,80); }

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

border-color css

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

 span { border-color: rgb(62,84,80); }

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