Html Css Color HEX #314E54 Dark Slate Grey

📋 copy color: '#314E54'

red 49 ◦ green 78 ◦ blue 84

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

Shades of Dark Slate Grey #314E54

Tints of Dark Slate Grey #314E54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 39.81%

R = 23.22%
G = 36.97%
B = 39.81%

CMYK

 C value IS 0.42

 M value IS 0.07

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#314E54 (or 0x314E54) is known color: Dark Slate Grey. HEX triplet: 31, 4E and 54. RGB value is (49,78,84). Sum of RGB (Red+Green+Blue) = 49+78+84=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 78 (30.86% from 255 or 36.97% from 211); Blue value is 84 (33.20% from 255 or 39.81% from 211); Max value from RGB is 84 - color contains mainly: blue. Hex color #314E54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314E54 is #CEB1AB. Grayscale: #454545. Windows color (decimal): -13545900 or 5525041. OLE color: 5525041.

HSL color Cylindrical-coordinate representation of color #314E54: hue angle of 190.29º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #314E54 is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 78 84 -
CMYK 0.42 0.07 0 0.67
HSL 190.29º 0.26% 0.26% -
HSV(B) 190.29º 0.42% 0.33% -
XYZ 5.59 6.74 9.39 -
YUV 70.01 135.89 113.01 -
System Red Green Blue C M Y K H S L
Decimal 49 78 84 0.42 0.07 0 0.67 190.29 0.26 0.26
Hex 31 4E 54 2A 7 0 43 BE 1A 1A
Octal 61 116 124 52 7 0 103 276 32 32
Binary 110001 1001110 1010100 101010 111 0 1000011 10111110 11010 11010

Color Harmonies of #314E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314E54

Black with #314E54

Text Example


Text Example

White with #314E54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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