Shades of Outer Space #2B3C40
Tints of Outer Space #2B3C40
RGB
CMYK
RGB Variations
Color information
#2B3C40 (or 0x2B3C40) is known color: Outer Space. HEX triplet: 2B, 3C and 40. RGB value is (43,60,64). Sum of RGB (Red+Green+Blue) = 43+60+64=167 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.75% from 167); Green value is 60 (23.83% from 255 or 35.93% from 167); Blue value is 64 (25.39% from 255 or 38.32% from 167); Max value from RGB is 64 - color contains mainly: blue. Hex color #2B3C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3C40 is #D4C3BF. Grayscale: #373737. Windows color (decimal): -13943744 or 4209707. OLE color: 4209707.
HSL color Cylindrical-coordinate representation of color #2B3C40: hue angle of 191.43º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2B3C40 is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 43 | 60 | 64 | - |
| CMYK | 0.33 | 0.06 | 0 | 0.75 |
| HSL | 191.43º | 0.2% | 0.21% | - |
| HSV(B) | 191.43º | 0.33% | 0.25% | - |
| XYZ | 3.54 | 4.12 | 5.46 | - |
| YUV | 55.37 | 132.87 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 60 | 64 | 0.33 | 0.06 | 0 | 0.75 | 191.43 | 0.2 | 0.21 |
| Hex | 2B | 3C | 40 | 21 | 6 | 0 | 4B | BF | 14 | 15 |
| Octal | 53 | 74 | 100 | 41 | 6 | 0 | 113 | 277 | 24 | 25 |
| Binary | 101011 | 111100 | 1000000 | 100001 | 110 | 0 | 1001011 | 10111111 | 10100 | 10101 |
Color Harmonies of #2B3C40
Complementary color
Monochromatic Colors of #2B3C40
Black with #2B3C40
Text Example
Text Example
White with #2B3C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3C40; }
p { color: rgb(43,60,64); }
H1.HeaderClassName
{
color: #2B3C40;
}
.AnyTagClassName
{
color: #2B3C40;
}
</style>
background-color css
<style>
a { background-color: #2B3C40; }
a { background-color: rgb(43,60,64); }
div.DivClassName
{
background-color: #2B3C40;
}
.BgClassName
{
background-color: #2B3C40;
}
</style>
border-color css
<style>
span { border-color: #2B3C40; }
span { border-color: rgb(43,60,64); }
td.TdClassName
{
border-color: #2B3C40;
}
.TagClassName
{
border-color: #2B3C40;
}
</style>