Shades of Outer Space #2D3637
Tints of Outer Space #2D3637
RGB
CMYK
RGB Variations
Color information
#2D3637 (or 0x2D3637) is known color: Outer Space. HEX triplet: 2D, 36 and 37. RGB value is (45,54,55). Sum of RGB (Red+Green+Blue) = 45+54+55=154 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.22% from 154); Green value is 54 (21.48% from 255 or 35.06% from 154); Blue value is 55 (21.88% from 255 or 35.71% from 154); Max value from RGB is 55 - color contains mainly: blue. Hex color #2D3637 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3637 is #D2C9C8. Grayscale: #333333. Windows color (decimal): -13814217 or 3618349. OLE color: 3618349.
HSL color Cylindrical-coordinate representation of color #2D3637: hue angle of 186º degrees, saturation: 0.1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #2D3637 is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 45 | 54 | 55 | - |
| CMYK | 0.18 | 0.02 | 0 | 0.78 |
| HSL | 186º | 0.1% | 0.2% | - |
| HSV(B) | 186º | 0.18% | 0.22% | - |
| XYZ | 3.09 | 3.47 | 4.12 | - |
| YUV | 51.42 | 130.02 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 54 | 55 | 0.18 | 0.02 | 0 | 0.78 | 186 | 0.1 | 0.2 |
| Hex | 2D | 36 | 37 | 12 | 2 | 0 | 4E | BA | A | 14 |
| Octal | 55 | 66 | 67 | 22 | 2 | 0 | 116 | 272 | 12 | 24 |
| Binary | 101101 | 110110 | 110111 | 10010 | 10 | 0 | 1001110 | 10111010 | 1010 | 10100 |
Color Harmonies of #2D3637
Complementary color
Monochromatic Colors of #2D3637
Black with #2D3637
Text Example
Text Example
White with #2D3637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3637; }
p { color: rgb(45,54,55); }
H1.HeaderClassName
{
color: #2D3637;
}
.AnyTagClassName
{
color: #2D3637;
}
</style>
background-color css
<style>
a { background-color: #2D3637; }
a { background-color: rgb(45,54,55); }
div.DivClassName
{
background-color: #2D3637;
}
.BgClassName
{
background-color: #2D3637;
}
</style>
border-color css
<style>
span { border-color: #2D3637; }
span { border-color: rgb(45,54,55); }
td.TdClassName
{
border-color: #2D3637;
}
.TagClassName
{
border-color: #2D3637;
}
</style>