#294245

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

Shades of Outer Space #294245

Tints of Outer Space #294245

Color information

#294245 (or 0x294245) is unknown color: approx Outer Space. HEX triplet: 29, 42 and 45. RGB value is (41,66,69). Sum of RGB (Red+Green+Blue) = 41+66+69=176 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.30% from 176); Green value is 66 (26.17% from 255 or 37.5% from 176); Blue value is 69 (27.34% from 255 or 39.20% from 176); Max value from RGB is 69 - color contains mainly: blue. Hex color #294245 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294245 is #D6BDBA. Grayscale: #3A3A3A. Windows color (decimal): -14073275 or 4538921. OLE color: 4538921.

HSL color Cylindrical-coordinate representation of color #294245: hue angle of 186.43º 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 #294245 is Cyan = 0.41, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB416669-
CMYK0.410.0400.73
HSL186.43º25.45%21.57%-
HSV(B)186.43º40.58%27.06%-
XYZ3.944.86.35-
YUV58.87133.72115.26-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.30%
GREEN value IS 66 (26.17% from 255) = 37.5%
BLUE value IS 69 (27.34% from 255) = 39.20%
R=23.30%
G=37.5%
B=39.20%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4166690.410.0400.73186.4325.4521.57
Hex294245294049ba1916
Octal5110210551401112723126
Binary1010011000010100010110100110001001001101110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294245; }

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

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

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

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

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

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

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

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