Shades of Outer Space #283C41
Tints of Outer Space #283C41
RGB
CMYK
RGB Variations
Color information
#283C41 (or 0x283C41) is known color: Outer Space. HEX triplet: 28, 3C and 41. RGB value is (40,60,65). Sum of RGB (Red+Green+Blue) = 40+60+65=165 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.24% from 165); Green value is 60 (23.83% from 255 or 36.36% from 165); Blue value is 65 (25.78% from 255 or 39.39% from 165); Max value from RGB is 65 - color contains mainly: blue. Hex color #283C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283C41 is #D7C3BE. Grayscale: #363636. Windows color (decimal): -14140351 or 4275240. OLE color: 4275240.
HSL color Cylindrical-coordinate representation of color #283C41: hue angle of 192º 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 #283C41 is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 40 | 60 | 65 | - |
| CMYK | 0.38 | 0.08 | 0 | 0.75 |
| HSL | 192º | 0.24% | 0.21% | - |
| HSV(B) | 192º | 0.38% | 0.25% | - |
| XYZ | 3.45 | 4.06 | 5.6 | - |
| YUV | 54.59 | 133.87 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 60 | 65 | 0.38 | 0.08 | 0 | 0.75 | 192 | 0.24 | 0.21 |
| Hex | 28 | 3C | 41 | 26 | 8 | 0 | 4B | C0 | 18 | 15 |
| Octal | 50 | 74 | 101 | 46 | 10 | 0 | 113 | 300 | 30 | 25 |
| Binary | 101000 | 111100 | 1000001 | 100110 | 1000 | 0 | 1001011 | 11000000 | 11000 | 10101 |
Color Harmonies of #283C41
Complementary color
Monochromatic Colors of #283C41
Black with #283C41
Text Example
Text Example
White with #283C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283C41; }
p { color: rgb(40,60,65); }
H1.HeaderClassName
{
color: #283C41;
}
.AnyTagClassName
{
color: #283C41;
}
</style>
background-color css
<style>
a { background-color: #283C41; }
a { background-color: rgb(40,60,65); }
div.DivClassName
{
background-color: #283C41;
}
.BgClassName
{
background-color: #283C41;
}
</style>
border-color css
<style>
span { border-color: #283C41; }
span { border-color: rgb(40,60,65); }
td.TdClassName
{
border-color: #283C41;
}
.TagClassName
{
border-color: #283C41;
}
</style>