#294C50

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

Shades of Dark Slate Grey #294C50

Tints of Dark Slate Grey #294C50

Color information

#294C50 (or 0x294C50) is unknown color: approx Dark Slate Grey. HEX triplet: 29, 4C and 50. RGB value is (41,76,80). Sum of RGB (Red+Green+Blue) = 41+76+80=197 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.81% from 197); Green value is 76 (30.08% from 255 or 38.58% from 197); Blue value is 80 (31.64% from 255 or 40.61% from 197); Max value from RGB is 80 - color contains mainly: blue. Hex color #294C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294C50 is #D6B3AF. Grayscale: #414141. Windows color (decimal): -14070704 or 5262377. OLE color: 5262377.

HSL color Cylindrical-coordinate representation of color #294C50: hue angle of 186.15º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #294C50 is Cyan = 0.49, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB417680-
CMYK0.490.0500.69
HSL186.15º32.23%23.73%-
HSV(B)186.15º48.75%31.37%-
XYZ4.956.228.53-
YUV65.99135.9110.17-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.81%
GREEN value IS 76 (30.08% from 255) = 38.58%
BLUE value IS 80 (31.64% from 255) = 40.61%
R=20.81%
G=38.58%
B=40.61%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4176800.490.0500.69186.1532.2323.73
Hex294C50315045ba2018
Octal5111412061501052724030
Binary10100110011001010000110001101010001011011101010000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,76,80); }

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

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

 a { background-color: rgb(41,76,80); }

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

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

 span { border-color: rgb(41,76,80); }

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