#294243

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

Shades of Outer Space #294243

Tints of Outer Space #294243

Color information

#294243 (or 0x294243) is unknown color: approx Outer Space. HEX triplet: 29, 42 and 43. RGB value is (41,66,67). Sum of RGB (Red+Green+Blue) = 41+66+67=174 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.56% from 174); Green value is 66 (26.17% from 255 or 37.93% from 174); Blue value is 67 (26.56% from 255 or 38.51% from 174); Max value from RGB is 67 - color contains mainly: blue. Hex color #294243 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294243 is #D6BDBC. Grayscale: #3A3A3A. Windows color (decimal): -14073277 or 4407849. OLE color: 4407849.

HSL color Cylindrical-coordinate representation of color #294243: hue angle of 182.31º 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 #294243 is Cyan = 0.39, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB416667-
CMYK0.390.0100.74
HSL182.31º24.07%21.18%-
HSV(B)182.31º38.81%26.27%-
XYZ3.884.776.03-
YUV58.64132.72115.42-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.56%
GREEN value IS 66 (26.17% from 255) = 37.93%
BLUE value IS 67 (26.56% from 255) = 38.51%
R=23.56%
G=37.93%
B=38.51%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4166670.390.0100.74182.3124.0721.18
Hex29424327104Ab61815
Octal5110210347101122663025
Binary10100110000101000011100111101001010101101101100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294243; }

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

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

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

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

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

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

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

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