#294042

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

Shades of Outer Space #294042

Tints of Outer Space #294042

Color information

#294042 (or 0x294042) is unknown color: approx Outer Space. HEX triplet: 29, 40 and 42. RGB value is (41,64,66). Sum of RGB (Red+Green+Blue) = 41+64+66=171 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.98% from 171); Green value is 64 (25.39% from 255 or 37.43% from 171); Blue value is 66 (26.17% from 255 or 38.60% from 171); Max value from RGB is 66 - color contains mainly: blue. Hex color #294042 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294042 is #D6BFBD. Grayscale: #393939. Windows color (decimal): -14073790 or 4341801. OLE color: 4341801.

HSL color Cylindrical-coordinate representation of color #294042: hue angle of 184.8º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #294042 is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB416466-
CMYK0.380.0300.74
HSL184.8º23.36%20.98%-
HSV(B)184.8º37.88%25.88%-
XYZ3.734.535.83-
YUV57.35132.88116.34-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.98%
GREEN value IS 64 (25.39% from 255) = 37.43%
BLUE value IS 66 (26.17% from 255) = 38.60%
R=23.98%
G=37.43%
B=38.60%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4164660.380.0300.74184.823.3620.98
Hex29404226304Ab91715
Octal5110010246301122712725
Binary101001100000010000101001101101001010101110011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294042; }

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

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

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

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

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

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

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

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