#314F54

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

Shades of Dark Slate Grey #314F54

Tints of Dark Slate Grey #314F54

Color information

#314F54 (or 0x314F54) is unknown color: approx Dark Slate Grey. HEX triplet: 31, 4F and 54. RGB value is (49,79,84). Sum of RGB (Red+Green+Blue) = 49+79+84=212 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.11% from 212); Green value is 79 (31.25% from 255 or 37.26% from 212); Blue value is 84 (33.20% from 255 or 39.62% from 212); Max value from RGB is 84 - color contains mainly: blue. Hex color #314F54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314F54 is #CEB0AB. Grayscale: #464646. Windows color (decimal): -13545644 or 5525297. OLE color: 5525297.

HSL color Cylindrical-coordinate representation of color #314F54: hue angle of 188.57º 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 #314F54 is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB497984-
CMYK0.420.0600.67
HSL188.57º26.32%26.08%-
HSV(B)188.57º41.67%32.94%-
XYZ5.666.899.42-
YUV70.6135.56112.59-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.11%
GREEN value IS 79 (31.25% from 255) = 37.26%
BLUE value IS 84 (33.20% from 255) = 39.62%
R=23.11%
G=37.26%
B=39.62%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4979840.420.0600.67188.5726.3226.08
Hex314F542A6043bd1a1a
Octal6111712452601032753232
Binary1100011001111101010010101011001000011101111011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #314F54;
 }
 .AnyTagClassName
 {
   color: #314F54;
 }
</style>
background-color css

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

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

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

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

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

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