#2C3637

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

Shades of Outer Space #2C3637

Tints of Outer Space #2C3637

Color information

#2C3637 (or 0x2C3637) is unknown color: approx Outer Space. HEX triplet: 2C, 36 and 37. RGB value is (44,54,55). Sum of RGB (Red+Green+Blue) = 44+54+55=153 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.76% from 153); Green value is 54 (21.48% from 255 or 35.29% from 153); Blue value is 55 (21.88% from 255 or 35.95% from 153); Max value from RGB is 55 - color contains mainly: blue. Hex color #2C3637 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3637 is #D3C9C8. Grayscale: #333333. Windows color (decimal): -13879753 or 3618348. OLE color: 3618348.

HSL color Cylindrical-coordinate representation of color #2C3637: hue angle of 185.45º degrees, saturation: 0.11, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #2C3637 is Cyan = 0.2, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB445455-
CMYK0.20.0200.78
HSL185.45º11.11%19.41%-
HSV(B)185.45º20%21.57%-
XYZ3.053.454.12-
YUV51.12130.19122.92-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 28.76%
GREEN value IS 54 (21.48% from 255) = 35.29%
BLUE value IS 55 (21.88% from 255) = 35.95%
R=28.76%
G=35.29%
B=35.95%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4454550.20.0200.78185.4511.1119.41
Hex2C363714204Eb9b13
Octal54666724201162711323
Binary10110011011011011110100100100111010111001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,54,55); }

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

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

 a { background-color: rgb(44,54,55); }

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

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

 span { border-color: rgb(44,54,55); }

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