Shades of Outer Space #2D3C40
Tints of Outer Space #2D3C40
RGB
CMYK
RGB Variations
Color information
#2D3C40 (or 0x2D3C40) is known color: Outer Space. HEX triplet: 2D, 3C and 40. RGB value is (45,60,64). Sum of RGB (Red+Green+Blue) = 45+60+64=169 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.63% from 169); Green value is 60 (23.83% from 255 or 35.50% from 169); Blue value is 64 (25.39% from 255 or 37.87% from 169); Max value from RGB is 64 - color contains mainly: blue. Hex color #2D3C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3C40 is #D2C3BF. Grayscale: #373737. Windows color (decimal): -13812672 or 4209709. OLE color: 4209709.
HSL color Cylindrical-coordinate representation of color #2D3C40: hue angle of 192.63º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2D3C40 is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 45 | 60 | 64 | - |
| CMYK | 0.30 | 0.06 | 0 | 0.75 |
| HSL | 192.63º | 0.17% | 0.21% | - |
| HSV(B) | 192.63º | 0.3% | 0.25% | - |
| XYZ | 3.62 | 4.16 | 5.46 | - |
| YUV | 55.97 | 132.53 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 60 | 64 | 0.30 | 0.06 | 0 | 0.75 | 192.63 | 0.17 | 0.21 |
| Hex | 2D | 3C | 40 | 1E | 6 | 0 | 4B | C1 | 11 | 15 |
| Octal | 55 | 74 | 100 | 36 | 6 | 0 | 113 | 301 | 21 | 25 |
| Binary | 101101 | 111100 | 1000000 | 11110 | 110 | 0 | 1001011 | 11000001 | 10001 | 10101 |
Color Harmonies of #2D3C40
Complementary color
Monochromatic Colors of #2D3C40
Black with #2D3C40
Text Example
Text Example
White with #2D3C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3C40; }
p { color: rgb(45,60,64); }
H1.HeaderClassName
{
color: #2D3C40;
}
.AnyTagClassName
{
color: #2D3C40;
}
</style>
background-color css
<style>
a { background-color: #2D3C40; }
a { background-color: rgb(45,60,64); }
div.DivClassName
{
background-color: #2D3C40;
}
.BgClassName
{
background-color: #2D3C40;
}
</style>
border-color css
<style>
span { border-color: #2D3C40; }
span { border-color: rgb(45,60,64); }
td.TdClassName
{
border-color: #2D3C40;
}
.TagClassName
{
border-color: #2D3C40;
}
</style>