#314F52

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

Shades of Dark Slate Grey #314F52

Tints of Dark Slate Grey #314F52

Color information

#314F52 (or 0x314F52) is unknown color: approx Dark Slate Grey. HEX triplet: 31, 4F and 52. RGB value is (49,79,82). Sum of RGB (Red+Green+Blue) = 49+79+82=210 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.33% from 210); Green value is 79 (31.25% from 255 or 37.62% from 210); Blue value is 82 (32.42% from 255 or 39.05% from 210); Max value from RGB is 82 - color contains mainly: blue. Hex color #314F52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314F52 is #CEB0AD. Grayscale: #464646. Windows color (decimal): -13545646 or 5394225. OLE color: 5394225.

HSL color Cylindrical-coordinate representation of color #314F52: hue angle of 185.45º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #314F52 is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB497982-
CMYK0.400.0400.68
HSL185.45º25.19%25.69%-
HSV(B)185.45º40.24%32.16%-
XYZ5.596.859.01-
YUV70.37134.56112.76-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.33%
GREEN value IS 79 (31.25% from 255) = 37.62%
BLUE value IS 82 (32.42% from 255) = 39.05%
R=23.33%
G=37.62%
B=39.05%

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
Decimal4979820.400.0400.68185.4525.1925.69
Hex314F52284044b9191a
Octal6111712250401042713132
Binary1100011001111101001010100010001000100101110011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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