Shades of Outer Space #2B4246
Tints of Outer Space #2B4246
RGB
CMYK
RGB Variations
Color information
#2B4246 (or 0x2B4246) is known color: Outer Space. HEX triplet: 2B, 42 and 46. RGB value is (43,66,70). Sum of RGB (Red+Green+Blue) = 43+66+70=179 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.02% from 179); Green value is 66 (26.17% from 255 or 36.87% from 179); Blue value is 70 (27.73% from 255 or 39.11% from 179); Max value from RGB is 70 - color contains mainly: blue. Hex color #2B4246 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4246 is #D4BDB9. Grayscale: #3B3B3B. Windows color (decimal): -13942202 or 4604459. OLE color: 4604459.
HSL color Cylindrical-coordinate representation of color #2B4246: hue angle of 188.89º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2B4246 is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 43 | 66 | 70 | - |
| CMYK | 0.39 | 0.06 | 0 | 0.73 |
| HSL | 188.89º | 0.24% | 0.22% | - |
| HSV(B) | 188.89º | 0.39% | 0.27% | - |
| XYZ | 4.05 | 4.85 | 6.52 | - |
| YUV | 59.58 | 133.88 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 66 | 70 | 0.39 | 0.06 | 0 | 0.73 | 188.89 | 0.24 | 0.22 |
| Hex | 2B | 42 | 46 | 27 | 6 | 0 | 49 | BD | 18 | 16 |
| Octal | 53 | 102 | 106 | 47 | 6 | 0 | 111 | 275 | 30 | 26 |
| Binary | 101011 | 1000010 | 1000110 | 100111 | 110 | 0 | 1001001 | 10111101 | 11000 | 10110 |
Color Harmonies of #2B4246
Complementary color
Monochromatic Colors of #2B4246
Black with #2B4246
Text Example
Text Example
White with #2B4246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4246; }
p { color: rgb(43,66,70); }
H1.HeaderClassName
{
color: #2B4246;
}
.AnyTagClassName
{
color: #2B4246;
}
</style>
background-color css
<style>
a { background-color: #2B4246; }
a { background-color: rgb(43,66,70); }
div.DivClassName
{
background-color: #2B4246;
}
.BgClassName
{
background-color: #2B4246;
}
</style>
border-color css
<style>
span { border-color: #2B4246; }
span { border-color: rgb(43,66,70); }
td.TdClassName
{
border-color: #2B4246;
}
.TagClassName
{
border-color: #2B4246;
}
</style>