Shades of Outer Space #283B3E
Tints of Outer Space #283B3E
RGB
CMYK
RGB Variations
Color information
#283B3E (or 0x283B3E) is known color: Outer Space. HEX triplet: 28, 3B and 3E. RGB value is (40,59,62). Sum of RGB (Red+Green+Blue) = 40+59+62=161 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.84% from 161); Green value is 59 (23.44% from 255 or 36.65% from 161); Blue value is 62 (24.61% from 255 or 38.51% from 161); Max value from RGB is 62 - color contains mainly: blue. Hex color #283B3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283B3E is #D7C4C1. Grayscale: #353535. Windows color (decimal): -14140610 or 4078376. OLE color: 4078376.
HSL color Cylindrical-coordinate representation of color #283B3E: hue angle of 188.18º 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 #283B3E is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 40 | 59 | 62 | - |
| CMYK | 0.35 | 0.05 | 0 | 0.76 |
| HSL | 188.18º | 0.22% | 0.2% | - |
| HSV(B) | 188.18º | 0.35% | 0.24% | - |
| XYZ | 3.31 | 3.93 | 5.14 | - |
| YUV | 53.66 | 132.71 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 59 | 62 | 0.35 | 0.05 | 0 | 0.76 | 188.18 | 0.22 | 0.2 |
| Hex | 28 | 3B | 3E | 23 | 5 | 0 | 4C | BC | 16 | 14 |
| Octal | 50 | 73 | 76 | 43 | 5 | 0 | 114 | 274 | 26 | 24 |
| Binary | 101000 | 111011 | 111110 | 100011 | 101 | 0 | 1001100 | 10111100 | 10110 | 10100 |
Color Harmonies of #283B3E
Complementary color
Monochromatic Colors of #283B3E
Black with #283B3E
Text Example
Text Example
White with #283B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283B3E; }
p { color: rgb(40,59,62); }
H1.HeaderClassName
{
color: #283B3E;
}
.AnyTagClassName
{
color: #283B3E;
}
</style>
background-color css
<style>
a { background-color: #283B3E; }
a { background-color: rgb(40,59,62); }
div.DivClassName
{
background-color: #283B3E;
}
.BgClassName
{
background-color: #283B3E;
}
</style>
border-color css
<style>
span { border-color: #283B3E; }
span { border-color: rgb(40,59,62); }
td.TdClassName
{
border-color: #283B3E;
}
.TagClassName
{
border-color: #283B3E;
}
</style>