#294F54

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

Shades of Dark Slate Grey #294F54

Tints of Dark Slate Grey #294F54

Color information

#294F54 (or 0x294F54) is unknown color: approx Dark Slate Grey. HEX triplet: 29, 4F and 54. RGB value is (41,79,84). Sum of RGB (Red+Green+Blue) = 41+79+84=204 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20.10% from 204); Green value is 79 (31.25% from 255 or 38.73% from 204); Blue value is 84 (33.20% from 255 or 41.18% from 204); Max value from RGB is 84 - color contains mainly: blue. Hex color #294F54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294F54 is #D6B0AB. Grayscale: #444444. Windows color (decimal): -14069932 or 5525289. OLE color: 5525289.

HSL color Cylindrical-coordinate representation of color #294F54: hue angle of 186.98º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #294F54 is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB417984-
CMYK0.510.0600.67
HSL186.98º34.4%24.51%-
HSV(B)186.98º51.19%32.94%-
XYZ5.316.79.4-
YUV68.21136.91108.59-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.10%
GREEN value IS 79 (31.25% from 255) = 38.73%
BLUE value IS 84 (33.20% from 255) = 41.18%
R=20.10%
G=38.73%
B=41.18%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4179840.510.0600.67186.9834.424.51
Hex294F54336043bb2219
Octal5111712463601032734231
Binary10100110011111010100110011110010000111011101110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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