Shades of Outer Space #2C4044
Tints of Outer Space #2C4044
RGB
CMYK
RGB Variations
Color information
#2C4044 (or 0x2C4044) is known color: Outer Space. HEX triplet: 2C, 40 and 44. RGB value is (44,64,68). Sum of RGB (Red+Green+Blue) = 44+64+68=176 (23% of max value = 765). Red value is 44 (17.58% from 255 or 25% from 176); Green value is 64 (25.39% from 255 or 36.36% from 176); Blue value is 68 (26.95% from 255 or 38.64% from 176); Max value from RGB is 68 - color contains mainly: blue. Hex color #2C4044 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4044 is #D3BFBB. Grayscale: #3A3A3A. Windows color (decimal): -13877180 or 4472876. OLE color: 4472876.
HSL color Cylindrical-coordinate representation of color #2C4044: hue angle of 190º degrees, saturation: 0.21, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2C4044 is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 44 | 64 | 68 | - |
| CMYK | 0.35 | 0.06 | 0 | 0.73 |
| HSL | 190º | 0.21% | 0.22% | - |
| HSV(B) | 190º | 0.35% | 0.27% | - |
| XYZ | 3.92 | 4.62 | 6.15 | - |
| YUV | 58.48 | 133.37 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 64 | 68 | 0.35 | 0.06 | 0 | 0.73 | 190 | 0.21 | 0.22 |
| Hex | 2C | 40 | 44 | 23 | 6 | 0 | 49 | BE | 15 | 16 |
| Octal | 54 | 100 | 104 | 43 | 6 | 0 | 111 | 276 | 25 | 26 |
| Binary | 101100 | 1000000 | 1000100 | 100011 | 110 | 0 | 1001001 | 10111110 | 10101 | 10110 |
Color Harmonies of #2C4044
Complementary color
Monochromatic Colors of #2C4044
Black with #2C4044
Text Example
Text Example
White with #2C4044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4044; }
p { color: rgb(44,64,68); }
H1.HeaderClassName
{
color: #2C4044;
}
.AnyTagClassName
{
color: #2C4044;
}
</style>
background-color css
<style>
a { background-color: #2C4044; }
a { background-color: rgb(44,64,68); }
div.DivClassName
{
background-color: #2C4044;
}
.BgClassName
{
background-color: #2C4044;
}
</style>
border-color css
<style>
span { border-color: #2C4044; }
span { border-color: rgb(44,64,68); }
td.TdClassName
{
border-color: #2C4044;
}
.TagClassName
{
border-color: #2C4044;
}
</style>