Shades of Outer Space #2B4042
Tints of Outer Space #2B4042
RGB
CMYK
RGB Variations
Color information
#2B4042 (or 0x2B4042) is known color: Outer Space. HEX triplet: 2B, 40 and 42. RGB value is (43,64,66). Sum of RGB (Red+Green+Blue) = 43+64+66=173 (22% of max value = 765). Red value is 43 (17.19% from 255 or 24.86% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 66 (26.17% from 255 or 38.15% from 173); Max value from RGB is 66 - color contains mainly: blue. Hex color #2B4042 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4042 is #D4BFBD. Grayscale: #393939. Windows color (decimal): -13942718 or 4341803. OLE color: 4341803.
HSL color Cylindrical-coordinate representation of color #2B4042: hue angle of 185.22º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2B4042 is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 43 | 64 | 66 | - |
| CMYK | 0.35 | 0.03 | 0 | 0.74 |
| HSL | 185.22º | 0.21% | 0.21% | - |
| HSV(B) | 185.22º | 0.35% | 0.26% | - |
| XYZ | 3.81 | 4.57 | 5.84 | - |
| YUV | 57.95 | 132.54 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 64 | 66 | 0.35 | 0.03 | 0 | 0.74 | 185.22 | 0.21 | 0.21 |
| Hex | 2B | 40 | 42 | 23 | 3 | 0 | 4A | B9 | 15 | 15 |
| Octal | 53 | 100 | 102 | 43 | 3 | 0 | 112 | 271 | 25 | 25 |
| Binary | 101011 | 1000000 | 1000010 | 100011 | 11 | 0 | 1001010 | 10111001 | 10101 | 10101 |
Color Harmonies of #2B4042
Complementary color
Monochromatic Colors of #2B4042
Black with #2B4042
Text Example
Text Example
White with #2B4042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4042; }
p { color: rgb(43,64,66); }
H1.HeaderClassName
{
color: #2B4042;
}
.AnyTagClassName
{
color: #2B4042;
}
</style>
background-color css
<style>
a { background-color: #2B4042; }
a { background-color: rgb(43,64,66); }
div.DivClassName
{
background-color: #2B4042;
}
.BgClassName
{
background-color: #2B4042;
}
</style>
border-color css
<style>
span { border-color: #2B4042; }
span { border-color: rgb(43,64,66); }
td.TdClassName
{
border-color: #2B4042;
}
.TagClassName
{
border-color: #2B4042;
}
</style>