Shades of Outer Space #2B3637
Tints of Outer Space #2B3637
RGB
CMYK
RGB Variations
Color information
#2B3637 (or 0x2B3637) is known color: Outer Space. HEX triplet: 2B, 36 and 37. RGB value is (43,54,55). Sum of RGB (Red+Green+Blue) = 43+54+55=152 (20% of max value = 765). Red value is 43 (17.19% from 255 or 28.29% from 152); Green value is 54 (21.48% from 255 or 35.53% from 152); Blue value is 55 (21.88% from 255 or 36.18% from 152); Max value from RGB is 55 - color contains mainly: blue. Hex color #2B3637 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3637 is #D4C9C8. Grayscale: #323232. Windows color (decimal): -13945289 or 3618347. OLE color: 3618347.
HSL color Cylindrical-coordinate representation of color #2B3637: hue angle of 185º degrees, saturation: 0.12, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #2B3637 is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 43 | 54 | 55 | - |
| CMYK | 0.22 | 0.02 | 0 | 0.78 |
| HSL | 185º | 0.12% | 0.19% | - |
| HSV(B) | 185º | 0.22% | 0.22% | - |
| XYZ | 3.01 | 3.43 | 4.12 | - |
| YUV | 50.83 | 130.36 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 54 | 55 | 0.22 | 0.02 | 0 | 0.78 | 185 | 0.12 | 0.19 |
| Hex | 2B | 36 | 37 | 16 | 2 | 0 | 4E | B9 | C | 13 |
| Octal | 53 | 66 | 67 | 26 | 2 | 0 | 116 | 271 | 14 | 23 |
| Binary | 101011 | 110110 | 110111 | 10110 | 10 | 0 | 1001110 | 10111001 | 1100 | 10011 |
Color Harmonies of #2B3637
Complementary color
Monochromatic Colors of #2B3637
Black with #2B3637
Text Example
Text Example
White with #2B3637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3637; }
p { color: rgb(43,54,55); }
H1.HeaderClassName
{
color: #2B3637;
}
.AnyTagClassName
{
color: #2B3637;
}
</style>
background-color css
<style>
a { background-color: #2B3637; }
a { background-color: rgb(43,54,55); }
div.DivClassName
{
background-color: #2B3637;
}
.BgClassName
{
background-color: #2B3637;
}
</style>
border-color css
<style>
span { border-color: #2B3637; }
span { border-color: rgb(43,54,55); }
td.TdClassName
{
border-color: #2B3637;
}
.TagClassName
{
border-color: #2B3637;
}
</style>