Html Css Color HEX #314D4E Dark Slate Grey

📋 copy color: '#314D4E'

red 49 ◦ green 77 ◦ blue 78

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

Shades of Dark Slate Grey #314D4E

Tints of Dark Slate Grey #314D4E

RGB

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

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

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

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

CMYK

 C value IS 0.37

 M value IS 0.01

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #314D4E: hue angle of 182.07º 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 #314D4E is Cyan = 0.37, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 49 77 78 -
CMYK 0.37 0.01 0 0.69
HSL 182.07º 0.23% 0.25% -
HSV(B) 182.07º 0.37% 0.31% -
XYZ 5.3 6.51 8.19 -
YUV 68.74 133.22 113.92 -
System Red Green Blue C M Y K H S L
Decimal 49 77 78 0.37 0.01 0 0.69 182.07 0.23 0.25
Hex 31 4D 4E 25 1 0 45 B6 17 19
Octal 61 115 116 45 1 0 105 266 27 31
Binary 110001 1001101 1001110 100101 1 0 1000101 10110110 10111 11001

Color Harmonies of #314D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314D4E

Black with #314D4E

Text Example


Text Example

White with #314D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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