Shades of Outer Space #2A4345
Tints of Outer Space #2A4345
RGB
CMYK
RGB Variations
Color information
#2A4345 (or 0x2A4345) is known color: Outer Space. HEX triplet: 2A, 43 and 45. RGB value is (42,67,69). Sum of RGB (Red+Green+Blue) = 42+67+69=178 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.60% from 178); Green value is 67 (26.56% from 255 or 37.64% from 178); Blue value is 69 (27.34% from 255 or 38.76% from 178); Max value from RGB is 69 - color contains mainly: blue. Hex color #2A4345 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4345 is #D5BCBA. Grayscale: #3B3B3B. Windows color (decimal): -14007483 or 4539178. OLE color: 4539178.
HSL color Cylindrical-coordinate representation of color #2A4345: hue angle of 184.44º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2A4345 is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 42 | 67 | 69 | - |
| CMYK | 0.39 | 0.03 | 0 | 0.73 |
| HSL | 184.44º | 0.24% | 0.22% | - |
| HSV(B) | 184.44º | 0.39% | 0.27% | - |
| XYZ | 4.04 | 4.94 | 6.37 | - |
| YUV | 59.75 | 133.22 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 67 | 69 | 0.39 | 0.03 | 0 | 0.73 | 184.44 | 0.24 | 0.22 |
| Hex | 2A | 43 | 45 | 27 | 3 | 0 | 49 | B8 | 18 | 16 |
| Octal | 52 | 103 | 105 | 47 | 3 | 0 | 111 | 270 | 30 | 26 |
| Binary | 101010 | 1000011 | 1000101 | 100111 | 11 | 0 | 1001001 | 10111000 | 11000 | 10110 |
Color Harmonies of #2A4345
Complementary color
Monochromatic Colors of #2A4345
Black with #2A4345
Text Example
Text Example
White with #2A4345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4345; }
p { color: rgb(42,67,69); }
H1.HeaderClassName
{
color: #2A4345;
}
.AnyTagClassName
{
color: #2A4345;
}
</style>
background-color css
<style>
a { background-color: #2A4345; }
a { background-color: rgb(42,67,69); }
div.DivClassName
{
background-color: #2A4345;
}
.BgClassName
{
background-color: #2A4345;
}
</style>
border-color css
<style>
span { border-color: #2A4345; }
span { border-color: rgb(42,67,69); }
td.TdClassName
{
border-color: #2A4345;
}
.TagClassName
{
border-color: #2A4345;
}
</style>