Shades of Outer Space #2C3536
Tints of Outer Space #2C3536
RGB
CMYK
RGB Variations
Color information
#2C3536 (or 0x2C3536) is known color: 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
| RGB | 44 | 53 | 54 | - |
| CMYK | 0.19 | 0.02 | 0 | 0.79 |
| HSL | 186º | 0.1% | 0.19% | - |
| HSV(B) | 186º | 0.19% | 0.21% | - |
| XYZ | 2.98 | 3.35 | 3.98 | - |
| YUV | 50.42 | 130.02 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 53 | 54 | 0.19 | 0.02 | 0 | 0.79 | 186 | 0.1 | 0.19 |
| Hex | 2C | 35 | 36 | 13 | 2 | 0 | 4F | BA | A | 13 |
| Octal | 54 | 65 | 66 | 23 | 2 | 0 | 117 | 272 | 12 | 23 |
| Binary | 101100 | 110101 | 110110 | 10011 | 10 | 0 | 1001111 | 10111010 | 1010 | 10011 |
Color Harmonies of #2C3536
Complementary color
Monochromatic Colors of #2C3536
Black with #2C3536
Text Example
Text Example
White with #2C3536
Text Example
Text Example
HTML Codes & Css Web 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>