Shades of Outer Space #2C3C41
Tints of Outer Space #2C3C41
RGB
CMYK
RGB Variations
Color information
#2C3C41 (or 0x2C3C41) is known color: Outer Space. HEX triplet: 2C, 3C and 41. RGB value is (44,60,65). Sum of RGB (Red+Green+Blue) = 44+60+65=169 (22% of max value = 765). Red value is 44 (17.58% from 255 or 26.04% from 169); Green value is 60 (23.83% from 255 or 35.50% from 169); Blue value is 65 (25.78% from 255 or 38.46% from 169); Max value from RGB is 65 - color contains mainly: blue. Hex color #2C3C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3C41 is #D3C3BE. Grayscale: #373737. Windows color (decimal): -13878207 or 4275244. OLE color: 4275244.
HSL color Cylindrical-coordinate representation of color #2C3C41: hue angle of 194.29º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #2C3C41 is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 44 | 60 | 65 | - |
| CMYK | 0.32 | 0.08 | 0 | 0.75 |
| HSL | 194.29º | 0.19% | 0.21% | - |
| HSV(B) | 194.29º | 0.32% | 0.25% | - |
| XYZ | 3.61 | 4.15 | 5.61 | - |
| YUV | 55.79 | 133.2 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 60 | 65 | 0.32 | 0.08 | 0 | 0.75 | 194.29 | 0.19 | 0.21 |
| Hex | 2C | 3C | 41 | 20 | 8 | 0 | 4B | C2 | 13 | 15 |
| Octal | 54 | 74 | 101 | 40 | 10 | 0 | 113 | 302 | 23 | 25 |
| Binary | 101100 | 111100 | 1000001 | 100000 | 1000 | 0 | 1001011 | 11000010 | 10011 | 10101 |
Color Harmonies of #2C3C41
Complementary color
Monochromatic Colors of #2C3C41
Black with #2C3C41
Text Example
Text Example
White with #2C3C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3C41; }
p { color: rgb(44,60,65); }
H1.HeaderClassName
{
color: #2C3C41;
}
.AnyTagClassName
{
color: #2C3C41;
}
</style>
background-color css
<style>
a { background-color: #2C3C41; }
a { background-color: rgb(44,60,65); }
div.DivClassName
{
background-color: #2C3C41;
}
.BgClassName
{
background-color: #2C3C41;
}
</style>
border-color css
<style>
span { border-color: #2C3C41; }
span { border-color: rgb(44,60,65); }
td.TdClassName
{
border-color: #2C3C41;
}
.TagClassName
{
border-color: #2C3C41;
}
</style>