Shades of Outer Space #2D4346
Tints of Outer Space #2D4346
RGB
CMYK
RGB Variations
Color information
#2D4346 (or 0x2D4346) is known color: Outer Space. HEX triplet: 2D, 43 and 46. RGB value is (45,67,70). Sum of RGB (Red+Green+Blue) = 45+67+70=182 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.73% from 182); Green value is 67 (26.56% from 255 or 36.81% from 182); Blue value is 70 (27.73% from 255 or 38.46% from 182); Max value from RGB is 70 - color contains mainly: blue. Hex color #2D4346 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4346 is #D2BCB9. Grayscale: #3C3C3C. Windows color (decimal): -13810874 or 4604717. OLE color: 4604717.
HSL color Cylindrical-coordinate representation of color #2D4346: hue angle of 187.2º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2D4346 is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 45 | 67 | 70 | - |
| CMYK | 0.36 | 0.04 | 0 | 0.73 |
| HSL | 187.2º | 0.22% | 0.23% | - |
| HSV(B) | 187.2º | 0.36% | 0.27% | - |
| XYZ | 4.19 | 5.01 | 6.54 | - |
| YUV | 60.76 | 133.21 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 67 | 70 | 0.36 | 0.04 | 0 | 0.73 | 187.2 | 0.22 | 0.23 |
| Hex | 2D | 43 | 46 | 24 | 4 | 0 | 49 | BB | 16 | 17 |
| Octal | 55 | 103 | 106 | 44 | 4 | 0 | 111 | 273 | 26 | 27 |
| Binary | 101101 | 1000011 | 1000110 | 100100 | 100 | 0 | 1001001 | 10111011 | 10110 | 10111 |
Color Harmonies of #2D4346
Complementary color
Monochromatic Colors of #2D4346
Black with #2D4346
Text Example
Text Example
White with #2D4346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4346; }
p { color: rgb(45,67,70); }
H1.HeaderClassName
{
color: #2D4346;
}
.AnyTagClassName
{
color: #2D4346;
}
</style>
background-color css
<style>
a { background-color: #2D4346; }
a { background-color: rgb(45,67,70); }
div.DivClassName
{
background-color: #2D4346;
}
.BgClassName
{
background-color: #2D4346;
}
</style>
border-color css
<style>
span { border-color: #2D4346; }
span { border-color: rgb(45,67,70); }
td.TdClassName
{
border-color: #2D4346;
}
.TagClassName
{
border-color: #2D4346;
}
</style>