Html Css Color HEX #314E51 Dark Slate Grey

📋 copy color: '#314E51'

red 49 ◦ green 78 ◦ blue 81

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

Shades of Dark Slate Grey #314E51

Tints of Dark Slate Grey #314E51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 38.94%

R = 23.56%
G = 37.5%
B = 38.94%

CMYK

 C value IS 0.40

 M value IS 0.04

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#314E51 (or 0x314E51) is known color: Dark Slate Grey. HEX triplet: 31, 4E and 51. RGB value is (49,78,81). Sum of RGB (Red+Green+Blue) = 49+78+81=208 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.56% from 208); Green value is 78 (30.86% from 255 or 37.5% from 208); Blue value is 81 (32.03% from 255 or 38.94% from 208); Max value from RGB is 81 - color contains mainly: blue. Hex color #314E51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314E51 is #CEB1AE. Grayscale: #454545. Windows color (decimal): -13545903 or 5328433. OLE color: 5328433.

HSL color Cylindrical-coordinate representation of color #314E51: hue angle of 185.62º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #314E51 is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 49 78 81 -
CMYK 0.40 0.04 0 0.68
HSL 185.63º 0.25% 0.25% -
HSV(B) 185.63º 0.4% 0.32% -
XYZ 5.48 6.7 8.79 -
YUV 69.67 134.39 113.26 -
System Red Green Blue C M Y K H S L
Decimal 49 78 81 0.40 0.04 0 0.68 185.63 0.25 0.25
Hex 31 4E 51 28 4 0 44 BA 19 19
Octal 61 116 121 50 4 0 104 272 31 31
Binary 110001 1001110 1010001 101000 100 0 1000100 10111010 11001 11001

Color Harmonies of #314E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314E51

Black with #314E51

Text Example


Text Example

White with #314E51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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