#294244

Color #294244 Outer Space (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Outer Space #294244

Tints of Outer Space #294244

Color information

#294244 (or 0x294244) is unknown color: approx Outer Space. HEX triplet: 29, 42 and 44. RGB value is (41,66,68). Sum of RGB (Red+Green+Blue) = 41+66+68=175 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.43% from 175); Green value is 66 (26.17% from 255 or 37.71% from 175); Blue value is 68 (26.95% from 255 or 38.86% from 175); Max value from RGB is 68 - color contains mainly: blue. Hex color #294244 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294244 is #D6BDBB. Grayscale: #3A3A3A. Windows color (decimal): -14073276 or 4473385. OLE color: 4473385.

HSL color Cylindrical-coordinate representation of color #294244: hue angle of 184.44º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #294244 is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB416668-
CMYK0.400.0300.73
HSL184.44º24.77%21.37%-
HSV(B)184.44º39.71%26.67%-
XYZ3.914.796.19-
YUV58.75133.22115.34-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.43%
GREEN value IS 66 (26.17% from 255) = 37.71%
BLUE value IS 68 (26.95% from 255) = 38.86%
R=23.43%
G=37.71%
B=38.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4166680.400.0300.73184.4424.7721.37
Hex294244283049b81915
Octal5110210450301112703125
Binary101001100001010001001010001101001001101110001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294244; }

 p { color: rgb(41,66,68); }

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

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

 a { background-color: rgb(41,66,68); }

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

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

 span { border-color: rgb(41,66,68); }

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