Shades of Outer Space #2B3C3F
Tints of Outer Space #2B3C3F
RGB
CMYK
RGB Variations
Color information
#2B3C3F (or 0x2B3C3F) is known color: Outer Space. HEX triplet: 2B, 3C and 3F. RGB value is (43,60,63). Sum of RGB (Red+Green+Blue) = 43+60+63=166 (21% of max value = 765). Red value is 43 (17.19% from 255 or 25.90% from 166); Green value is 60 (23.83% from 255 or 36.14% from 166); Blue value is 63 (25% from 255 or 37.95% from 166); Max value from RGB is 63 - color contains mainly: blue. Hex color #2B3C3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3C3F is #D4C3C0. Grayscale: #373737. Windows color (decimal): -13943745 or 4144171. OLE color: 4144171.
HSL color Cylindrical-coordinate representation of color #2B3C3F: hue angle of 189º 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 #2B3C3F is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 43 | 60 | 63 | - |
| CMYK | 0.32 | 0.05 | 0 | 0.75 |
| HSL | 189º | 0.19% | 0.21% | - |
| HSV(B) | 189º | 0.32% | 0.25% | - |
| XYZ | 3.51 | 4.1 | 5.31 | - |
| YUV | 55.26 | 132.37 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 60 | 63 | 0.32 | 0.05 | 0 | 0.75 | 189 | 0.19 | 0.21 |
| Hex | 2B | 3C | 3F | 20 | 5 | 0 | 4B | BD | 13 | 15 |
| Octal | 53 | 74 | 77 | 40 | 5 | 0 | 113 | 275 | 23 | 25 |
| Binary | 101011 | 111100 | 111111 | 100000 | 101 | 0 | 1001011 | 10111101 | 10011 | 10101 |
Color Harmonies of #2B3C3F
Complementary color
Monochromatic Colors of #2B3C3F
Black with #2B3C3F
Text Example
Text Example
White with #2B3C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3C3F; }
p { color: rgb(43,60,63); }
H1.HeaderClassName
{
color: #2B3C3F;
}
.AnyTagClassName
{
color: #2B3C3F;
}
</style>
background-color css
<style>
a { background-color: #2B3C3F; }
a { background-color: rgb(43,60,63); }
div.DivClassName
{
background-color: #2B3C3F;
}
.BgClassName
{
background-color: #2B3C3F;
}
</style>
border-color css
<style>
span { border-color: #2B3C3F; }
span { border-color: rgb(43,60,63); }
td.TdClassName
{
border-color: #2B3C3F;
}
.TagClassName
{
border-color: #2B3C3F;
}
</style>