Shades of Outer Space #2A4043
Tints of Outer Space #2A4043
RGB
CMYK
RGB Variations
Color information
#2A4043 (or 0x2A4043) is known color: Outer Space. HEX triplet: 2A, 40 and 43. RGB value is (42,64,67). Sum of RGB (Red+Green+Blue) = 42+64+67=173 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.28% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 67 (26.56% from 255 or 38.73% from 173); Max value from RGB is 67 - color contains mainly: blue. Hex color #2A4043 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4043 is #D5BFBC. Grayscale: #393939. Windows color (decimal): -14008253 or 4407338. OLE color: 4407338.
HSL color Cylindrical-coordinate representation of color #2A4043: hue angle of 187.2º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2A4043 is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 42 | 64 | 67 | - |
| CMYK | 0.37 | 0.04 | 0 | 0.74 |
| HSL | 187.2º | 0.23% | 0.21% | - |
| HSV(B) | 187.2º | 0.37% | 0.26% | - |
| XYZ | 3.8 | 4.56 | 5.99 | - |
| YUV | 57.76 | 133.21 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 64 | 67 | 0.37 | 0.04 | 0 | 0.74 | 187.2 | 0.23 | 0.21 |
| Hex | 2A | 40 | 43 | 25 | 4 | 0 | 4A | BB | 17 | 15 |
| Octal | 52 | 100 | 103 | 45 | 4 | 0 | 112 | 273 | 27 | 25 |
| Binary | 101010 | 1000000 | 1000011 | 100101 | 100 | 0 | 1001010 | 10111011 | 10111 | 10101 |
Color Harmonies of #2A4043
Complementary color
Monochromatic Colors of #2A4043
Black with #2A4043
Text Example
Text Example
White with #2A4043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4043; }
p { color: rgb(42,64,67); }
H1.HeaderClassName
{
color: #2A4043;
}
.AnyTagClassName
{
color: #2A4043;
}
</style>
background-color css
<style>
a { background-color: #2A4043; }
a { background-color: rgb(42,64,67); }
div.DivClassName
{
background-color: #2A4043;
}
.BgClassName
{
background-color: #2A4043;
}
</style>
border-color css
<style>
span { border-color: #2A4043; }
span { border-color: rgb(42,64,67); }
td.TdClassName
{
border-color: #2A4043;
}
.TagClassName
{
border-color: #2A4043;
}
</style>