#294E52

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

Shades of Dark Slate Grey #294E52

Tints of Dark Slate Grey #294E52

Color information

#294E52 (or 0x294E52) is unknown color: approx Dark Slate Grey. HEX triplet: 29, 4E and 52. RGB value is (41,78,82). Sum of RGB (Red+Green+Blue) = 41+78+82=201 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.40% from 201); Green value is 78 (30.86% from 255 or 38.81% from 201); Blue value is 82 (32.42% from 255 or 40.80% from 201); Max value from RGB is 82 - color contains mainly: blue. Hex color #294E52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294E52 is #D6B1AD. Grayscale: #434343. Windows color (decimal): -14070190 or 5393961. OLE color: 5393961.

HSL color Cylindrical-coordinate representation of color #294E52: hue angle of 185.85º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #294E52 is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB417882-
CMYK0.500.0500.68
HSL185.85º33.33%24.12%-
HSV(B)185.85º50%32.16%-
XYZ5.166.538.97-
YUV67.39136.24109.17-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.40%
GREEN value IS 78 (30.86% from 255) = 38.81%
BLUE value IS 82 (32.42% from 255) = 40.80%
R=20.40%
G=38.81%
B=40.80%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4178820.500.0500.68185.8533.3324.12
Hex294E52325044ba2118
Octal5111612262501042724130
Binary10100110011101010010110010101010001001011101010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,78,82); }

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

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

 a { background-color: rgb(41,78,82); }

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

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

 span { border-color: rgb(41,78,82); }

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