Shades of Outer Space #303E40
Tints of Outer Space #303E40
RGB
CMYK
RGB Variations
Color information
#303E40 (or 0x303E40) is known color: Outer Space. HEX triplet: 30, 3E and 40. RGB value is (48,62,64). Sum of RGB (Red+Green+Blue) = 48+62+64=174 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.59% from 174); Green value is 62 (24.61% from 255 or 35.63% from 174); Blue value is 64 (25.39% from 255 or 36.78% from 174); Max value from RGB is 64 - color contains mainly: blue. Hex color #303E40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303E40 is #CFC1BF. Grayscale: #3A3A3A. Windows color (decimal): -13615552 or 4210224. OLE color: 4210224.
HSL color Cylindrical-coordinate representation of color #303E40: hue angle of 187.5º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #303E40 is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 62 | 64 | - |
| CMYK | 0.25 | 0.03 | 0 | 0.75 |
| HSL | 187.5º | 0.14% | 0.22% | - |
| HSV(B) | 187.5º | 0.25% | 0.25% | - |
| XYZ | 3.87 | 4.44 | 5.5 | - |
| YUV | 58.04 | 131.36 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 62 | 64 | 0.25 | 0.03 | 0 | 0.75 | 187.5 | 0.14 | 0.22 |
| Hex | 30 | 3E | 40 | 19 | 3 | 0 | 4B | BC | E | 16 |
| Octal | 60 | 76 | 100 | 31 | 3 | 0 | 113 | 274 | 16 | 26 |
| Binary | 110000 | 111110 | 1000000 | 11001 | 11 | 0 | 1001011 | 10111100 | 1110 | 10110 |
Color Harmonies of #303E40
Complementary color
Monochromatic Colors of #303E40
Black with #303E40
Text Example
Text Example
White with #303E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303E40; }
p { color: rgb(48,62,64); }
H1.HeaderClassName
{
color: #303E40;
}
.AnyTagClassName
{
color: #303E40;
}
</style>
background-color css
<style>
a { background-color: #303E40; }
a { background-color: rgb(48,62,64); }
div.DivClassName
{
background-color: #303E40;
}
.BgClassName
{
background-color: #303E40;
}
</style>
border-color css
<style>
span { border-color: #303E40; }
span { border-color: rgb(48,62,64); }
td.TdClassName
{
border-color: #303E40;
}
.TagClassName
{
border-color: #303E40;
}
</style>