Html Css Color HEX #314E4D Dark Slate Grey

📋 copy color: '#314E4D'

red 49 ◦ green 78 ◦ blue 77

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

Shades of Dark Slate Grey #314E4D

Tints of Dark Slate Grey #314E4D

RGB

 RED value IS 49 (19.53% from 255) = 24.02%

 GREEN value IS 78 (30.86% from 255) = 38.24%

 BLUE value IS 77 (30.47% from 255) = 37.75%

R = 24.02%
G = 38.24%
B = 37.75%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.01

 K value IS 0.69

RGB Variations

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

Color information

#314E4D (or 0x314E4D) is known color: Dark Slate Grey. HEX triplet: 31, 4E and 4D. RGB value is (49,78,77). Sum of RGB (Red+Green+Blue) = 49+78+77=204 (27% of max value = 765). Red value is 49 (19.53% from 255 or 24.02% from 204); Green value is 78 (30.86% from 255 or 38.24% from 204); Blue value is 77 (30.47% from 255 or 37.75% from 204); Max value from RGB is 78 - color contains mainly: green. Hex color #314E4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314E4D is #CEB1B2. Grayscale: #454545. Windows color (decimal): -13545907 or 5066289. OLE color: 5066289.

HSL color Cylindrical-coordinate representation of color #314E4D: hue angle of 177.93º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #314E4D is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB 49 78 77 -
CMYK 0.37 0 0.01 0.69
HSL 177.93º 0.23% 0.25% -
HSV(B) 177.93º 0.37% 0.31% -
XYZ 5.33 6.64 8.02 -
YUV 69.22 132.39 113.58 -
System Red Green Blue C M Y K H S L
Decimal 49 78 77 0.37 0 0.01 0.69 177.93 0.23 0.25
Hex 31 4E 4D 25 0 1 45 B2 17 19
Octal 61 116 115 45 0 1 105 262 27 31
Binary 110001 1001110 1001101 100101 0 1 1000101 10110010 10111 11001

Color Harmonies of #314E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314E4D

Black with #314E4D

Text Example


Text Example

White with #314E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314E4D; }

 p { color: rgb(49,78,77); }

 H1.HeaderClassName
 {
   color: #314E4D;
 }
 .AnyTagClassName
 {
   color: #314E4D;
 }
</style>

background-color css

<style>
 a { background-color: #314E4D; }

 a { background-color: rgb(49,78,77); }

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

border-color css

<style>
 span { border-color: #314E4D; }

 span { border-color: rgb(49,78,77); }

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