#2C4243

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

Shades of Outer Space #2C4243

Tints of Outer Space #2C4243

Color information

#2C4243 (or 0x2C4243) is unknown color: approx Outer Space. HEX triplet: 2C, 42 and 43. RGB value is (44,66,67). Sum of RGB (Red+Green+Blue) = 44+66+67=177 (23% of max value = 765). Red value is 44 (17.58% from 255 or 24.86% from 177); Green value is 66 (26.17% from 255 or 37.29% from 177); Blue value is 67 (26.56% from 255 or 37.85% from 177); Max value from RGB is 67 - color contains mainly: blue. Hex color #2C4243 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4243 is #D3BDBC. Grayscale: #3B3B3B. Windows color (decimal): -13876669 or 4407852. OLE color: 4407852.

HSL color Cylindrical-coordinate representation of color #2C4243: hue angle of 182.61º degrees, saturation: 0.21, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2C4243 is Cyan = 0.34, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB446667-
CMYK0.340.0100.74
HSL182.61º20.72%21.76%-
HSV(B)182.61º34.33%26.27%-
XYZ44.846.03-
YUV59.54132.21116.92-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 24.86%
GREEN value IS 66 (26.17% from 255) = 37.29%
BLUE value IS 67 (26.56% from 255) = 37.85%
R=24.86%
G=37.29%
B=37.85%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4466670.340.0100.74182.6120.7221.76
Hex2C424322104Ab71516
Octal5410210342101122672526
Binary10110010000101000011100010101001010101101111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,66,67); }

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

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

 a { background-color: rgb(44,66,67); }

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

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

 span { border-color: rgb(44,66,67); }

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