#314C4E

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

Shades of Dark Slate Grey #314C4E

Tints of Dark Slate Grey #314C4E

Color information

#314C4E (or 0x314C4E) is unknown color: approx Dark Slate Grey. HEX triplet: 31, 4C and 4E. RGB value is (49,76,78). Sum of RGB (Red+Green+Blue) = 49+76+78=203 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.14% from 203); Green value is 76 (30.08% from 255 or 37.44% from 203); Blue value is 78 (30.86% from 255 or 38.42% from 203); Max value from RGB is 78 - color contains mainly: blue. Hex color #314C4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314C4E is #CEB3B1. Grayscale: #444444. Windows color (decimal): -13546418 or 5131313. OLE color: 5131313.

HSL color Cylindrical-coordinate representation of color #314C4E: hue angle of 184.14º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #314C4E is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB497678-
CMYK0.370.0300.69
HSL184.14º22.83%24.9%-
HSV(B)184.14º37.18%30.59%-
XYZ5.236.378.16-
YUV68.15133.55114.34-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.14%
GREEN value IS 76 (30.08% from 255) = 37.44%
BLUE value IS 78 (30.86% from 255) = 38.42%
R=24.14%
G=37.44%
B=38.42%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4976780.370.0300.69184.1422.8324.9
Hex314C4E253045b81719
Octal6111411645301052702731
Binary110001100110010011101001011101000101101110001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,76,78); }

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

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

 a { background-color: rgb(49,76,78); }

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

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

 span { border-color: rgb(49,76,78); }

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