#293C3D

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

Shades of Outer Space #293C3D

Tints of Outer Space #293C3D

Color information

#293C3D (or 0x293C3D) is unknown color: approx Outer Space. HEX triplet: 29, 3C and 3D. RGB value is (41,60,61). Sum of RGB (Red+Green+Blue) = 41+60+61=162 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.31% from 162); Green value is 60 (23.83% from 255 or 37.04% from 162); Blue value is 61 (24.22% from 255 or 37.65% from 162); Max value from RGB is 61 - color contains mainly: blue. Hex color #293C3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293C3D is #D6C3C2. Grayscale: #363636. Windows color (decimal): -14074819 or 4013097. OLE color: 4013097.

HSL color Cylindrical-coordinate representation of color #293C3D: hue angle of 183º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #293C3D is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB416061-
CMYK0.330.0200.76
HSL183º19.61%20%-
HSV(B)183º32.79%23.92%-
XYZ3.374.045.02-
YUV54.43131.71118.42-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.31%
GREEN value IS 60 (23.83% from 255) = 37.04%
BLUE value IS 61 (24.22% from 255) = 37.65%
R=25.31%
G=37.04%
B=37.65%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4160610.330.0200.7618319.6120
Hex293C3D21204Cb71414
Octal51747541201142672424
Binary1010011111001111011000011001001100101101111010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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