#2C4041

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

Shades of Outer Space #2C4041

Tints of Outer Space #2C4041

Color information

#2C4041 (or 0x2C4041) is unknown color: approx Outer Space. HEX triplet: 2C, 40 and 41. RGB value is (44,64,65). Sum of RGB (Red+Green+Blue) = 44+64+65=173 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.43% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 65 (25.78% from 255 or 37.57% from 173); Max value from RGB is 65 - color contains mainly: blue. Hex color #2C4041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4041 is #D3BFBE. Grayscale: #3A3A3A. Windows color (decimal): -13877183 or 4276268. OLE color: 4276268.

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

Color convert

RGB446465-
CMYK0.320.0200.75
HSL182.86º19.27%21.37%-
HSV(B)182.86º32.31%25.49%-
XYZ3.834.585.68-
YUV58.13131.87117.92-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 25.43%
GREEN value IS 64 (25.39% from 255) = 36.99%
BLUE value IS 65 (25.78% from 255) = 37.57%
R=25.43%
G=36.99%
B=37.57%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4464650.320.0200.75182.8619.2721.37
Hex2C404120204Bb71315
Octal5410010140201132672325
Binary101100100000010000011000001001001011101101111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,64,65); }

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

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

 a { background-color: rgb(44,64,65); }

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

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

 span { border-color: rgb(44,64,65); }

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