Html Css Color HEX #314C4E Dark Slate Grey

📋 copy color: '#314C4E'

red 49 ◦ green 76 ◦ blue 78

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

Shades of Dark Slate Grey #314C4E

Tints of Dark Slate Grey #314C4E

RGB

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

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

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

R = 24.14%
G = 37.44%
B = 38.42%

CMYK

 C value IS 0.37

 M value IS 0.03

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#314C4E (or 0x314C4E) is known color: Dark Slate Grey. HEX triplet: 31, 4C and 4E. RGB value is (49,76,78). Sum of RGB (Red+Green+Blue) = 49+76+78=203 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.14% from 203); Green value is 76 (30.08% from 255 or 37.44% from 203); Blue value is 78 (30.86% from 255 or 38.42% from 203); Max value from RGB is 78 - color contains mainly: blue. Hex color #314C4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314C4E is #CEB3B1. Grayscale: #444444. Windows color (decimal): -13546418 or 5131313. OLE color: 5131313.

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

Color convert

RGB 49 76 78 -
CMYK 0.37 0.03 0 0.69
HSL 184.14º 0.23% 0.25% -
HSV(B) 184.14º 0.37% 0.31% -
XYZ 5.23 6.37 8.16 -
YUV 68.16 133.55 114.34 -
System Red Green Blue C M Y K H S L
Decimal 49 76 78 0.37 0.03 0 0.69 184.14 0.23 0.25
Hex 31 4C 4E 25 3 0 45 B8 17 19
Octal 61 114 116 45 3 0 105 270 27 31
Binary 110001 1001100 1001110 100101 11 0 1000101 10111000 10111 11001

Color Harmonies of #314C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314C4E

Black with #314C4E

Text Example


Text Example

White with #314C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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