Shades of Outer Space #2B3D3F
Tints of Outer Space #2B3D3F
RGB
CMYK
RGB Variations
Color information
#2B3D3F (or 0x2B3D3F) is known color: Outer Space. HEX triplet: 2B, 3D and 3F. RGB value is (43,61,63). Sum of RGB (Red+Green+Blue) = 43+61+63=167 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.75% from 167); Green value is 61 (24.22% from 255 or 36.53% from 167); Blue value is 63 (25% from 255 or 37.72% from 167); Max value from RGB is 63 - color contains mainly: blue. Hex color #2B3D3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3D3F is #D4C2C0. Grayscale: #373737. Windows color (decimal): -13943489 or 4144427. OLE color: 4144427.
HSL color Cylindrical-coordinate representation of color #2B3D3F: hue angle of 186º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #2B3D3F is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 43 | 61 | 63 | - |
| CMYK | 0.32 | 0.03 | 0 | 0.75 |
| HSL | 186º | 0.19% | 0.21% | - |
| HSV(B) | 186º | 0.32% | 0.25% | - |
| XYZ | 3.56 | 4.21 | 5.33 | - |
| YUV | 55.85 | 132.04 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 61 | 63 | 0.32 | 0.03 | 0 | 0.75 | 186 | 0.19 | 0.21 |
| Hex | 2B | 3D | 3F | 20 | 3 | 0 | 4B | BA | 13 | 15 |
| Octal | 53 | 75 | 77 | 40 | 3 | 0 | 113 | 272 | 23 | 25 |
| Binary | 101011 | 111101 | 111111 | 100000 | 11 | 0 | 1001011 | 10111010 | 10011 | 10101 |
Color Harmonies of #2B3D3F
Complementary color
Monochromatic Colors of #2B3D3F
Black with #2B3D3F
Text Example
Text Example
White with #2B3D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3D3F; }
p { color: rgb(43,61,63); }
H1.HeaderClassName
{
color: #2B3D3F;
}
.AnyTagClassName
{
color: #2B3D3F;
}
</style>
background-color css
<style>
a { background-color: #2B3D3F; }
a { background-color: rgb(43,61,63); }
div.DivClassName
{
background-color: #2B3D3F;
}
.BgClassName
{
background-color: #2B3D3F;
}
</style>
border-color css
<style>
span { border-color: #2B3D3F; }
span { border-color: rgb(43,61,63); }
td.TdClassName
{
border-color: #2B3D3F;
}
.TagClassName
{
border-color: #2B3D3F;
}
</style>