#2C3536

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

Shades of Outer Space #2C3536

Tints of Outer Space #2C3536

Color information

#2C3536 (or 0x2C3536) is unknown color: approx Outer Space. HEX triplet: 2C, 35 and 36. RGB value is (44,53,54). Sum of RGB (Red+Green+Blue) = 44+53+54=151 (20% of max value = 765). Red value is 44 (17.58% from 255 or 29.14% from 151); Green value is 53 (21.09% from 255 or 35.10% from 151); Blue value is 54 (21.48% from 255 or 35.76% from 151); Max value from RGB is 54 - color contains mainly: blue. Hex color #2C3536 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3536 is #D3CAC9. Grayscale: #323232. Windows color (decimal): -13880010 or 3552556. OLE color: 3552556.

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

Color convert

RGB445354-
CMYK0.190.0200.79
HSL186º10.2%19.22%-
HSV(B)186º18.52%21.18%-
XYZ2.983.353.98-
YUV50.42130.02123.42-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 29.14%
GREEN value IS 53 (21.09% from 255) = 35.10%
BLUE value IS 54 (21.48% from 255) = 35.76%
R=29.14%
G=35.10%
B=35.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4453540.190.0200.7918610.219.22
Hex2C353613204Fbaa13
Octal54656623201172721223
Binary10110011010111011010011100100111110111010101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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