#314B4D

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

Shades of Dark Slate Grey #314B4D

Tints of Dark Slate Grey #314B4D

Color information

#314B4D (or 0x314B4D) is unknown color: approx Dark Slate Grey. HEX triplet: 31, 4B and 4D. RGB value is (49,75,77). Sum of RGB (Red+Green+Blue) = 49+75+77=201 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.38% from 201); Green value is 75 (29.69% from 255 or 37.31% from 201); Blue value is 77 (30.47% from 255 or 38.31% from 201); Max value from RGB is 77 - color contains mainly: blue. Hex color #314B4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314B4D is #CEB4B2. Grayscale: #434343. Windows color (decimal): -13546675 or 5065521. OLE color: 5065521.

HSL color Cylindrical-coordinate representation of color #314B4D: hue angle of 184.29º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #314B4D is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB497577-
CMYK0.360.0300.70
HSL184.29º22.22%24.71%-
HSV(B)184.29º36.36%30.2%-
XYZ5.126.227.95-
YUV67.45133.39114.84-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.38%
GREEN value IS 75 (29.69% from 255) = 37.31%
BLUE value IS 77 (30.47% from 255) = 38.31%
R=24.38%
G=37.31%
B=38.31%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4975770.360.0300.70184.2922.2224.71
Hex314B4D243046b81619
Octal6111311544301062702631
Binary110001100101110011011001001101000110101110001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,75,77); }

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

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

 a { background-color: rgb(49,75,77); }

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

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

 span { border-color: rgb(49,75,77); }

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