#293E3F

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

Shades of Outer Space #293E3F

Tints of Outer Space #293E3F

Color information

#293E3F (or 0x293E3F) is unknown color: approx Outer Space. HEX triplet: 29, 3E and 3F. RGB value is (41,62,63). Sum of RGB (Red+Green+Blue) = 41+62+63=166 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.70% from 166); Green value is 62 (24.61% from 255 or 37.35% from 166); Blue value is 63 (25% from 255 or 37.95% from 166); Max value from RGB is 63 - color contains mainly: blue. Hex color #293E3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293E3F is #D6C1C0. Grayscale: #373737. Windows color (decimal): -14074305 or 4144681. OLE color: 4144681.

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

Color convert

RGB416263-
CMYK0.350.0200.75
HSL182.73º21.15%20.39%-
HSV(B)182.73º34.92%24.71%-
XYZ3.534.285.34-
YUV55.84132.04117.42-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.70%
GREEN value IS 62 (24.61% from 255) = 37.35%
BLUE value IS 63 (25% from 255) = 37.95%
R=24.70%
G=37.35%
B=37.95%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4162630.350.0200.75182.7321.1520.39
Hex293E3F23204Bb71514
Octal51767743201132672524
Binary1010011111101111111000111001001011101101111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,62,63); }

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

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

 a { background-color: rgb(41,62,63); }

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

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

 span { border-color: rgb(41,62,63); }

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