#294345

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

Shades of Outer Space #294345

Tints of Outer Space #294345

Color information

#294345 (or 0x294345) is unknown color: approx Outer Space. HEX triplet: 29, 43 and 45. RGB value is (41,67,69). Sum of RGB (Red+Green+Blue) = 41+67+69=177 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.16% from 177); Green value is 67 (26.56% from 255 or 37.85% from 177); Blue value is 69 (27.34% from 255 or 38.98% from 177); Max value from RGB is 69 - color contains mainly: blue. Hex color #294345 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294345 is #D6BCBA. Grayscale: #3B3B3B. Windows color (decimal): -14073019 or 4539177. OLE color: 4539177.

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

Color convert

RGB416769-
CMYK0.410.0300.73
HSL184.29º25.45%21.57%-
HSV(B)184.29º40.58%27.06%-
XYZ44.926.37-
YUV59.45133.39114.84-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.16%
GREEN value IS 67 (26.56% from 255) = 37.85%
BLUE value IS 69 (27.34% from 255) = 38.98%
R=23.16%
G=37.85%
B=38.98%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4167690.410.0300.73184.2925.4521.57
Hex294345293049b81916
Octal5110310551301112703126
Binary101001100001110001011010011101001001101110001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294345; }

 p { color: rgb(41,67,69); }

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

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

 a { background-color: rgb(41,67,69); }

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

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

 span { border-color: rgb(41,67,69); }

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