Html Css Color HEX #314C4D Dark Slate Grey

📋 copy color: '#314C4D'

red 49 ◦ green 76 ◦ blue 77

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

Shades of Dark Slate Grey #314C4D

Tints of Dark Slate Grey #314C4D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 37.62%

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

R = 24.26%
G = 37.62%
B = 38.12%

CMYK

 C value IS 0.36

 M value IS 0.01

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#314C4D (or 0x314C4D) is known color: Dark Slate Grey. HEX triplet: 31, 4C and 4D. RGB value is (49,76,77). Sum of RGB (Red+Green+Blue) = 49+76+77=202 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.26% from 202); Green value is 76 (30.08% from 255 or 37.62% from 202); Blue value is 77 (30.47% from 255 or 38.12% from 202); Max value from RGB is 77 - color contains mainly: blue. Hex color #314C4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314C4D is #CEB3B2. Grayscale: #444444. Windows color (decimal): -13546419 or 5065777. OLE color: 5065777.

HSL color Cylindrical-coordinate representation of color #314C4D: hue angle of 182.14º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #314C4D is Cyan = 0.36, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 49 76 77 -
CMYK 0.36 0.01 0 0.70
HSL 182.14º 0.22% 0.25% -
HSV(B) 182.14º 0.36% 0.3% -
XYZ 5.19 6.36 7.97 -
YUV 68.04 133.05 114.42 -
System Red Green Blue C M Y K H S L
Decimal 49 76 77 0.36 0.01 0 0.70 182.14 0.22 0.25
Hex 31 4C 4D 24 1 0 46 B6 16 19
Octal 61 114 115 44 1 0 106 266 26 31
Binary 110001 1001100 1001101 100100 1 0 1000110 10110110 10110 11001

Color Harmonies of #314C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314C4D

Black with #314C4D

Text Example


Text Example

White with #314C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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