Shades of Outer Space #2B3B3F
Tints of Outer Space #2B3B3F
RGB
CMYK
RGB Variations
Color information
#2B3B3F (or 0x2B3B3F) is known color: Outer Space. HEX triplet: 2B, 3B and 3F. RGB value is (43,59,63). Sum of RGB (Red+Green+Blue) = 43+59+63=165 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.06% from 165); Green value is 59 (23.44% from 255 or 35.76% from 165); Blue value is 63 (25% from 255 or 38.18% from 165); Max value from RGB is 63 - color contains mainly: blue. Hex color #2B3B3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3B3F is #D4C4C0. Grayscale: #363636. Windows color (decimal): -13944001 or 4143915. OLE color: 4143915.
HSL color Cylindrical-coordinate representation of color #2B3B3F: hue angle of 192º 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 #2B3B3F is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 43 | 59 | 63 | - |
| CMYK | 0.32 | 0.06 | 0 | 0.75 |
| HSL | 192º | 0.19% | 0.21% | - |
| HSV(B) | 192º | 0.32% | 0.25% | - |
| XYZ | 3.46 | 4 | 5.29 | - |
| YUV | 54.67 | 132.7 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 59 | 63 | 0.32 | 0.06 | 0 | 0.75 | 192 | 0.19 | 0.21 |
| Hex | 2B | 3B | 3F | 20 | 6 | 0 | 4B | C0 | 13 | 15 |
| Octal | 53 | 73 | 77 | 40 | 6 | 0 | 113 | 300 | 23 | 25 |
| Binary | 101011 | 111011 | 111111 | 100000 | 110 | 0 | 1001011 | 11000000 | 10011 | 10101 |
Color Harmonies of #2B3B3F
Complementary color
Monochromatic Colors of #2B3B3F
Black with #2B3B3F
Text Example
Text Example
White with #2B3B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3B3F; }
p { color: rgb(43,59,63); }
H1.HeaderClassName
{
color: #2B3B3F;
}
.AnyTagClassName
{
color: #2B3B3F;
}
</style>
background-color css
<style>
a { background-color: #2B3B3F; }
a { background-color: rgb(43,59,63); }
div.DivClassName
{
background-color: #2B3B3F;
}
.BgClassName
{
background-color: #2B3B3F;
}
</style>
border-color css
<style>
span { border-color: #2B3B3F; }
span { border-color: rgb(43,59,63); }
td.TdClassName
{
border-color: #2B3B3F;
}
.TagClassName
{
border-color: #2B3B3F;
}
</style>