Shades of Outer Space #283C40
Tints of Outer Space #283C40
RGB
CMYK
RGB Variations
Color information
#283C40 (or 0x283C40) is known color: Outer Space. HEX triplet: 28, 3C and 40. RGB value is (40,60,64). Sum of RGB (Red+Green+Blue) = 40+60+64=164 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.39% from 164); Green value is 60 (23.83% from 255 or 36.59% from 164); Blue value is 64 (25.39% from 255 or 39.02% from 164); Max value from RGB is 64 - color contains mainly: blue. Hex color #283C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283C40 is #D7C3BF. Grayscale: #363636. Windows color (decimal): -14140352 or 4209704. OLE color: 4209704.
HSL color Cylindrical-coordinate representation of color #283C40: hue angle of 190º degrees, saturation: 0.23, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #283C40 is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 40 | 60 | 64 | - |
| CMYK | 0.38 | 0.06 | 0 | 0.75 |
| HSL | 190º | 0.23% | 0.2% | - |
| HSV(B) | 190º | 0.38% | 0.25% | - |
| XYZ | 3.42 | 4.05 | 5.45 | - |
| YUV | 54.48 | 133.37 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 60 | 64 | 0.38 | 0.06 | 0 | 0.75 | 190 | 0.23 | 0.2 |
| Hex | 28 | 3C | 40 | 26 | 6 | 0 | 4B | BE | 17 | 14 |
| Octal | 50 | 74 | 100 | 46 | 6 | 0 | 113 | 276 | 27 | 24 |
| Binary | 101000 | 111100 | 1000000 | 100110 | 110 | 0 | 1001011 | 10111110 | 10111 | 10100 |
Color Harmonies of #283C40
Complementary color
Monochromatic Colors of #283C40
Black with #283C40
Text Example
Text Example
White with #283C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283C40; }
p { color: rgb(40,60,64); }
H1.HeaderClassName
{
color: #283C40;
}
.AnyTagClassName
{
color: #283C40;
}
</style>
background-color css
<style>
a { background-color: #283C40; }
a { background-color: rgb(40,60,64); }
div.DivClassName
{
background-color: #283C40;
}
.BgClassName
{
background-color: #283C40;
}
</style>
border-color css
<style>
span { border-color: #283C40; }
span { border-color: rgb(40,60,64); }
td.TdClassName
{
border-color: #283C40;
}
.TagClassName
{
border-color: #283C40;
}
</style>