Shades of Outer Space #283C3E
Tints of Outer Space #283C3E
RGB
CMYK
RGB Variations
Color information
#283C3E (or 0x283C3E) is known color: Outer Space. HEX triplet: 28, 3C and 3E. RGB value is (40,60,62). Sum of RGB (Red+Green+Blue) = 40+60+62=162 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.69% from 162); Green value is 60 (23.83% from 255 or 37.04% from 162); Blue value is 62 (24.61% from 255 or 38.27% from 162); Max value from RGB is 62 - color contains mainly: blue. Hex color #283C3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283C3E is #D7C3C1. Grayscale: #363636. Windows color (decimal): -14140354 or 4078632. OLE color: 4078632.
HSL color Cylindrical-coordinate representation of color #283C3E: hue angle of 185.45º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #283C3E is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 40 | 60 | 62 | - |
| CMYK | 0.35 | 0.03 | 0 | 0.76 |
| HSL | 185.45º | 0.22% | 0.2% | - |
| HSV(B) | 185.45º | 0.35% | 0.24% | - |
| XYZ | 3.36 | 4.03 | 5.16 | - |
| YUV | 54.25 | 132.37 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 60 | 62 | 0.35 | 0.03 | 0 | 0.76 | 185.45 | 0.22 | 0.2 |
| Hex | 28 | 3C | 3E | 23 | 3 | 0 | 4C | B9 | 16 | 14 |
| Octal | 50 | 74 | 76 | 43 | 3 | 0 | 114 | 271 | 26 | 24 |
| Binary | 101000 | 111100 | 111110 | 100011 | 11 | 0 | 1001100 | 10111001 | 10110 | 10100 |
Color Harmonies of #283C3E
Complementary color
Monochromatic Colors of #283C3E
Black with #283C3E
Text Example
Text Example
White with #283C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283C3E; }
p { color: rgb(40,60,62); }
H1.HeaderClassName
{
color: #283C3E;
}
.AnyTagClassName
{
color: #283C3E;
}
</style>
background-color css
<style>
a { background-color: #283C3E; }
a { background-color: rgb(40,60,62); }
div.DivClassName
{
background-color: #283C3E;
}
.BgClassName
{
background-color: #283C3E;
}
</style>
border-color css
<style>
span { border-color: #283C3E; }
span { border-color: rgb(40,60,62); }
td.TdClassName
{
border-color: #283C3E;
}
.TagClassName
{
border-color: #283C3E;
}
</style>