#293D40

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

Shades of Outer Space #293D40

Tints of Outer Space #293D40

Color information

#293D40 (or 0x293D40) is unknown color: approx Outer Space. HEX triplet: 29, 3D and 40. RGB value is (41,61,64). Sum of RGB (Red+Green+Blue) = 41+61+64=166 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.70% from 166); Green value is 61 (24.22% from 255 or 36.75% from 166); Blue value is 64 (25.39% from 255 or 38.55% from 166); Max value from RGB is 64 - color contains mainly: blue. Hex color #293D40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293D40 is #D6C2BF. Grayscale: #373737. Windows color (decimal): -14074560 or 4209961. OLE color: 4209961.

HSL color Cylindrical-coordinate representation of color #293D40: hue angle of 187.83º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #293D40 is Cyan = 0.36, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB416164-
CMYK0.360.0500.75
HSL187.83º21.9%20.59%-
HSV(B)187.83º35.94%25.1%-
XYZ3.514.185.47-
YUV55.36132.87117.76-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.70%
GREEN value IS 61 (24.22% from 255) = 36.75%
BLUE value IS 64 (25.39% from 255) = 38.55%
R=24.70%
G=36.75%
B=38.55%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4161640.360.0500.75187.8321.920.59
Hex293D4024504Bbc1615
Octal517510044501132742625
Binary101001111101100000010010010101001011101111001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293D40; }

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

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

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

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

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

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

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

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