Html Css Color HEX #3E5452 Dark Slate

📋 copy color: '#3E5452'

red 62 ◦ green 84 ◦ blue 82

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

Shades of Dark Slate #3E5452

Tints of Dark Slate #3E5452

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 35.96%

R = 27.19%
G = 36.84%
B = 35.96%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#3E5452 (or 0x3E5452) is known color: Dark Slate. HEX triplet: 3E, 54 and 52. RGB value is (62,84,82). Sum of RGB (Red+Green+Blue) = 62+84+82=228 (30% of max value = 765). Red value is 62 (24.61% from 255 or 27.19% from 228); Green value is 84 (33.20% from 255 or 36.84% from 228); Blue value is 82 (32.42% from 255 or 35.96% from 228); Max value from RGB is 84 - color contains mainly: green. Hex color #3E5452 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5452 is #C1ABAD. Grayscale: #4D4D4D. Windows color (decimal): -12692398 or 5395518. OLE color: 5395518.

HSL color Cylindrical-coordinate representation of color #3E5452: hue angle of 174.55º 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 #3E5452 is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB 62 84 82 -
CMYK 0.26 0 0.02 0.67
HSL 174.55º 0.15% 0.29% -
HSV(B) 174.55º 0.26% 0.33% -
XYZ 6.68 7.97 9.17 -
YUV 77.19 130.71 117.16 -
System Red Green Blue C M Y K H S L
Decimal 62 84 82 0.26 0 0.02 0.67 174.55 0.15 0.29
Hex 3E 54 52 1A 0 2 43 AF F 1D
Octal 76 124 122 32 0 2 103 257 17 35
Binary 111110 1010100 1010010 11010 0 10 1000011 10101111 1111 11101

Color Harmonies of #3E5452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E5452

Black with #3E5452

Text Example


Text Example

White with #3E5452

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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