#314E54

Color #314E54 Dark Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Grey #314E54

Tints of Dark Slate Grey #314E54

Color information

#314E54 (or 0x314E54) is unknown color: approx 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

RGB497884-
CMYK0.420.0700.67
HSL190.29º26.32%26.08%-
HSV(B)190.29º41.67%32.94%-
XYZ5.596.749.39-
YUV70.01135.89113.01-

RGB Variations

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

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.20% from 255) = 39.81%
R=23.22%
G=36.97%
B=39.81%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4978840.420.0700.67190.2926.3226.08
Hex314E542A7043be1a1a
Octal6111612452701032763232
Binary1100011001110101010010101011101000011101111101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>