Shades of Outer Space #2A393C
Tints of Outer Space #2A393C
RGB
CMYK
RGB Variations
Color information
#2A393C (or 0x2A393C) is known color: Outer Space. HEX triplet: 2A, 39 and 3C. RGB value is (42,57,60). Sum of RGB (Red+Green+Blue) = 42+57+60=159 (21% of max value = 765). Red value is 42 (16.80% from 255 or 26.42% from 159); Green value is 57 (22.66% from 255 or 35.85% from 159); Blue value is 60 (23.83% from 255 or 37.74% from 159); Max value from RGB is 60 - color contains mainly: blue. Hex color #2A393C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A393C is #D5C6C3. Grayscale: #343434. Windows color (decimal): -14010052 or 3946794. OLE color: 3946794.
HSL color Cylindrical-coordinate representation of color #2A393C: hue angle of 190º degrees, saturation: 0.18, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2A393C is Cyan = 0.3, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
RGB | 42 | 57 | 60 | - |
CMYK | 0.3 | 0.05 | 0 | 0.76 |
HSL | 190º | 0.18% | 0.2% | - |
HSV(B) | 190º | 0.3% | 0.24% | - |
XYZ | 3.23 | 3.74 | 4.83 | - |
YUV | 52.86 | 132.03 | 120.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 42 | 57 | 60 | 0.3 | 0.05 | 0 | 0.76 | 190 | 0.18 | 0.2 |
Hex | 2A | 39 | 3C | 1E | 5 | 0 | 4C | BE | 12 | 14 |
Octal | 52 | 71 | 74 | 36 | 5 | 0 | 114 | 276 | 22 | 24 |
Binary | 101010 | 111001 | 111100 | 11110 | 101 | 0 | 1001100 | 10111110 | 10010 | 10100 |
Color Harmonies of #2A393C
Complementary color
Monochromatic Colors of #2A393C
Black with #2A393C
Text Example
Text Example
White with #2A393C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A393C; }
p { color: rgb(42,57,60); }
H1.HeaderClassName
{
color: #2A393C;
}
.AnyTagClassName
{
color: #2A393C;
}
</style>
background-color css
<style>
a { background-color: #2A393C; }
a { background-color: rgb(42,57,60); }
div.DivClassName
{
background-color: #2A393C;
}
.BgClassName
{
background-color: #2A393C;
}
</style>
border-color css
<style>
span { border-color: #2A393C; }
span { border-color: rgb(42,57,60); }
td.TdClassName
{
border-color: #2A393C;
}
.TagClassName
{
border-color: #2A393C;
}
</style>