Shades of Outer Space #2C3637
Tints of Outer Space #2C3637
RGB
CMYK
RGB Variations
Color information
#2C3637 (or 0x2C3637) is known color: 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
| RGB | 44 | 54 | 55 | - |
| CMYK | 0.2 | 0.02 | 0 | 0.78 |
| HSL | 185.45º | 0.11% | 0.19% | - |
| HSV(B) | 185.45º | 0.2% | 0.22% | - |
| XYZ | 3.05 | 3.45 | 4.12 | - |
| YUV | 51.12 | 130.19 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 54 | 55 | 0.2 | 0.02 | 0 | 0.78 | 185.45 | 0.11 | 0.19 |
| Hex | 2C | 36 | 37 | 14 | 2 | 0 | 4E | B9 | B | 13 |
| Octal | 54 | 66 | 67 | 24 | 2 | 0 | 116 | 271 | 13 | 23 |
| Binary | 101100 | 110110 | 110111 | 10100 | 10 | 0 | 1001110 | 10111001 | 1011 | 10011 |
Color Harmonies of #2C3637
Complementary color
Monochromatic Colors of #2C3637
Black with #2C3637
Text Example
Text Example
White with #2C3637
Text Example
Text Example
HTML Codes & Css Web 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>