#2C393C

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

Shades of Outer Space #2C393C

Tints of Outer Space #2C393C

Color information

#2C393C (or 0x2C393C) is unknown color: approx Outer Space. HEX triplet: 2C, 39 and 3C. RGB value is (44,57,60). Sum of RGB (Red+Green+Blue) = 44+57+60=161 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.33% from 161); Green value is 57 (22.66% from 255 or 35.40% from 161); Blue value is 60 (23.83% from 255 or 37.27% from 161); Max value from RGB is 60 - color contains mainly: blue. Hex color #2C393C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C393C is #D3C6C3. Grayscale: #353535. Windows color (decimal): -13878980 or 3946796. OLE color: 3946796.

HSL color Cylindrical-coordinate representation of color #2C393C: hue angle of 191.25º degrees, saturation: 0.15, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #2C393C is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB445760-
CMYK0.270.0500.76
HSL191.25º15.38%20.39%-
HSV(B)191.25º26.67%23.53%-
XYZ3.323.794.83-
YUV53.46131.69121.26-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 27.33%
GREEN value IS 57 (22.66% from 255) = 35.40%
BLUE value IS 60 (23.83% from 255) = 37.27%
R=27.33%
G=35.40%
B=37.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4457600.270.0500.76191.2515.3820.39
Hex2C393C1B504Cbff14
Octal54717433501142771724
Binary101100111001111100110111010100110010111111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C393C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C393C; }

 p { color: rgb(44,57,60); }

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

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

 a { background-color: rgb(44,57,60); }

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

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

 span { border-color: rgb(44,57,60); }

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