#314F53

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

Shades of Dark Slate Grey #314F53

Tints of Dark Slate Grey #314F53

Color information

#314F53 (or 0x314F53) is unknown color: approx Dark Slate Grey. HEX triplet: 31, 4F and 53. RGB value is (49,79,83). Sum of RGB (Red+Green+Blue) = 49+79+83=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 79 (31.25% from 255 or 37.44% from 211); Blue value is 83 (32.81% from 255 or 39.34% from 211); Max value from RGB is 83 - color contains mainly: blue. Hex color #314F53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314F53 is #CEB0AC. Grayscale: #464646. Windows color (decimal): -13545645 or 5459761. OLE color: 5459761.

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

Color convert

RGB497983-
CMYK0.410.0500.67
HSL187.06º25.76%25.88%-
HSV(B)187.06º40.96%32.55%-
XYZ5.626.879.21-
YUV70.49135.06112.67-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.22%
GREEN value IS 79 (31.25% from 255) = 37.44%
BLUE value IS 83 (32.81% from 255) = 39.34%
R=23.22%
G=37.44%
B=39.34%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4979830.410.0500.67187.0625.7625.88
Hex314F53295043bb1a1a
Octal6111712351501032733232
Binary1100011001111101001110100110101000011101110111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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