Shades of Outer Space #2D3F40
Tints of Outer Space #2D3F40
RGB
CMYK
RGB Variations
Color information
#2D3F40 (or 0x2D3F40) is known color: Outer Space. HEX triplet: 2D, 3F and 40. RGB value is (45,63,64). Sum of RGB (Red+Green+Blue) = 45+63+64=172 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.16% from 172); Green value is 63 (25% from 255 or 36.63% from 172); Blue value is 64 (25.39% from 255 or 37.21% from 172); Max value from RGB is 64 - color contains mainly: blue. Hex color #2D3F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3F40 is #D2C0BF. Grayscale: #393939. Windows color (decimal): -13811904 or 4210477. OLE color: 4210477.
HSL color Cylindrical-coordinate representation of color #2D3F40: hue angle of 183.16º 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 #2D3F40 is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 45 | 63 | 64 | - |
| CMYK | 0.30 | 0.02 | 0 | 0.75 |
| HSL | 183.16º | 0.17% | 0.21% | - |
| HSV(B) | 183.16º | 0.3% | 0.25% | - |
| XYZ | 3.79 | 4.48 | 5.52 | - |
| YUV | 57.73 | 131.54 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 63 | 64 | 0.30 | 0.02 | 0 | 0.75 | 183.16 | 0.17 | 0.21 |
| Hex | 2D | 3F | 40 | 1E | 2 | 0 | 4B | B7 | 11 | 15 |
| Octal | 55 | 77 | 100 | 36 | 2 | 0 | 113 | 267 | 21 | 25 |
| Binary | 101101 | 111111 | 1000000 | 11110 | 10 | 0 | 1001011 | 10110111 | 10001 | 10101 |
Color Harmonies of #2D3F40
Complementary color
Monochromatic Colors of #2D3F40
Black with #2D3F40
Text Example
Text Example
White with #2D3F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3F40; }
p { color: rgb(45,63,64); }
H1.HeaderClassName
{
color: #2D3F40;
}
.AnyTagClassName
{
color: #2D3F40;
}
</style>
background-color css
<style>
a { background-color: #2D3F40; }
a { background-color: rgb(45,63,64); }
div.DivClassName
{
background-color: #2D3F40;
}
.BgClassName
{
background-color: #2D3F40;
}
</style>
border-color css
<style>
span { border-color: #2D3F40; }
span { border-color: rgb(45,63,64); }
td.TdClassName
{
border-color: #2D3F40;
}
.TagClassName
{
border-color: #2D3F40;
}
</style>