#314E51

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

Shades of Dark Slate Grey #314E51

Tints of Dark Slate Grey #314E51

Color information

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

RGB497881-
CMYK0.400.0400.68
HSL185.62º24.62%25.49%-
HSV(B)185.62º39.51%31.76%-
XYZ5.486.78.79-
YUV69.67134.39113.26-

RGB Variations

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

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 (Cyan) values IS 0.40
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4978810.400.0400.68185.6224.6225.49
Hex314E51284044ba1919
Octal6111612150401042723131
Binary1100011001110101000110100010001000100101110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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