Shades of Outer Space #304042
Tints of Outer Space #304042
RGB
CMYK
RGB Variations
Color information
#304042 (or 0x304042) is known color: Outer Space. HEX triplet: 30, 40 and 42. RGB value is (48,64,66). Sum of RGB (Red+Green+Blue) = 48+64+66=178 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.97% from 178); Green value is 64 (25.39% from 255 or 35.96% from 178); Blue value is 66 (26.17% from 255 or 37.08% from 178); Max value from RGB is 66 - color contains mainly: blue. Hex color #304042 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304042 is #CFBFBD. Grayscale: #3B3B3B. Windows color (decimal): -13615038 or 4341808. OLE color: 4341808.
HSL color Cylindrical-coordinate representation of color #304042: hue angle of 186.67º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #304042 is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 48 | 64 | 66 | - |
| CMYK | 0.27 | 0.03 | 0 | 0.74 |
| HSL | 186.67º | 0.16% | 0.22% | - |
| HSV(B) | 186.67º | 0.27% | 0.26% | - |
| XYZ | 4.04 | 4.69 | 5.85 | - |
| YUV | 59.44 | 131.7 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 64 | 66 | 0.27 | 0.03 | 0 | 0.74 | 186.67 | 0.16 | 0.22 |
| Hex | 30 | 40 | 42 | 1B | 3 | 0 | 4A | BB | 10 | 16 |
| Octal | 60 | 100 | 102 | 33 | 3 | 0 | 112 | 273 | 20 | 26 |
| Binary | 110000 | 1000000 | 1000010 | 11011 | 11 | 0 | 1001010 | 10111011 | 10000 | 10110 |
Color Harmonies of #304042
Complementary color
Monochromatic Colors of #304042
Black with #304042
Text Example
Text Example
White with #304042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304042; }
p { color: rgb(48,64,66); }
H1.HeaderClassName
{
color: #304042;
}
.AnyTagClassName
{
color: #304042;
}
</style>
background-color css
<style>
a { background-color: #304042; }
a { background-color: rgb(48,64,66); }
div.DivClassName
{
background-color: #304042;
}
.BgClassName
{
background-color: #304042;
}
</style>
border-color css
<style>
span { border-color: #304042; }
span { border-color: rgb(48,64,66); }
td.TdClassName
{
border-color: #304042;
}
.TagClassName
{
border-color: #304042;
}
</style>