Shades of Outer Space #283E41
Tints of Outer Space #283E41
RGB
CMYK
RGB Variations
Color information
#283E41 (or 0x283E41) is known color: Outer Space. HEX triplet: 28, 3E and 41. RGB value is (40,62,65). Sum of RGB (Red+Green+Blue) = 40+62+65=167 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.95% from 167); Green value is 62 (24.61% from 255 or 37.13% from 167); Blue value is 65 (25.78% from 255 or 38.92% from 167); Max value from RGB is 65 - color contains mainly: blue. Hex color #283E41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283E41 is #D7C1BE. Grayscale: #373737. Windows color (decimal): -14139839 or 4275752. OLE color: 4275752.
HSL color Cylindrical-coordinate representation of color #283E41: hue angle of 187.2º degrees, saturation: 0.24, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #283E41 is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 40 | 62 | 65 | - |
| CMYK | 0.38 | 0.05 | 0 | 0.75 |
| HSL | 187.2º | 0.24% | 0.21% | - |
| HSV(B) | 187.2º | 0.38% | 0.25% | - |
| XYZ | 3.55 | 4.28 | 5.64 | - |
| YUV | 55.76 | 133.21 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 62 | 65 | 0.38 | 0.05 | 0 | 0.75 | 187.2 | 0.24 | 0.21 |
| Hex | 28 | 3E | 41 | 26 | 5 | 0 | 4B | BB | 18 | 15 |
| Octal | 50 | 76 | 101 | 46 | 5 | 0 | 113 | 273 | 30 | 25 |
| Binary | 101000 | 111110 | 1000001 | 100110 | 101 | 0 | 1001011 | 10111011 | 11000 | 10101 |
Color Harmonies of #283E41
Complementary color
Monochromatic Colors of #283E41
Black with #283E41
Text Example
Text Example
White with #283E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283E41; }
p { color: rgb(40,62,65); }
H1.HeaderClassName
{
color: #283E41;
}
.AnyTagClassName
{
color: #283E41;
}
</style>
background-color css
<style>
a { background-color: #283E41; }
a { background-color: rgb(40,62,65); }
div.DivClassName
{
background-color: #283E41;
}
.BgClassName
{
background-color: #283E41;
}
</style>
border-color css
<style>
span { border-color: #283E41; }
span { border-color: rgb(40,62,65); }
td.TdClassName
{
border-color: #283E41;
}
.TagClassName
{
border-color: #283E41;
}
</style>