#294043

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

Shades of Outer Space #294043

Tints of Outer Space #294043

Color information

#294043 (or 0x294043) is unknown color: approx Outer Space. HEX triplet: 29, 40 and 43. RGB value is (41,64,67). Sum of RGB (Red+Green+Blue) = 41+64+67=172 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.84% from 172); Green value is 64 (25.39% from 255 or 37.21% from 172); Blue value is 67 (26.56% from 255 or 38.95% from 172); Max value from RGB is 67 - color contains mainly: blue. Hex color #294043 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294043 is #D6BFBC. Grayscale: #393939. Windows color (decimal): -14073789 or 4407337. OLE color: 4407337.

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

Color convert

RGB416467-
CMYK0.390.0400.74
HSL186.92º24.07%21.18%-
HSV(B)186.92º38.81%26.27%-
XYZ3.764.545.99-
YUV57.46133.38116.26-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.84%
GREEN value IS 64 (25.39% from 255) = 37.21%
BLUE value IS 67 (26.56% from 255) = 38.95%
R=23.84%
G=37.21%
B=38.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4164670.390.0400.74186.9224.0721.18
Hex29404327404Abb1815
Octal5110010347401122733025
Binary1010011000000100001110011110001001010101110111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294043; }

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

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

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

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

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

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

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

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