Shades of Outer Space #283C3D
Tints of Outer Space #283C3D
RGB
CMYK
RGB Variations
Color information
#283C3D (or 0x283C3D) is known color: Outer Space. HEX triplet: 28, 3C and 3D. RGB value is (40,60,61). Sum of RGB (Red+Green+Blue) = 40+60+61=161 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.84% from 161); Green value is 60 (23.83% from 255 or 37.27% from 161); Blue value is 61 (24.22% from 255 or 37.89% from 161); Max value from RGB is 61 - color contains mainly: blue. Hex color #283C3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283C3D is #D7C3C2. Grayscale: #363636. Windows color (decimal): -14140355 or 4013096. OLE color: 4013096.
HSL color Cylindrical-coordinate representation of color #283C3D: hue angle of 182.86º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #283C3D is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 40 | 60 | 61 | - |
| CMYK | 0.34 | 0.02 | 0 | 0.76 |
| HSL | 182.86º | 0.21% | 0.2% | - |
| HSV(B) | 182.86º | 0.34% | 0.24% | - |
| XYZ | 3.33 | 4.02 | 5.02 | - |
| YUV | 54.13 | 131.87 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 60 | 61 | 0.34 | 0.02 | 0 | 0.76 | 182.86 | 0.21 | 0.2 |
| Hex | 28 | 3C | 3D | 22 | 2 | 0 | 4C | B7 | 15 | 14 |
| Octal | 50 | 74 | 75 | 42 | 2 | 0 | 114 | 267 | 25 | 24 |
| Binary | 101000 | 111100 | 111101 | 100010 | 10 | 0 | 1001100 | 10110111 | 10101 | 10100 |
Color Harmonies of #283C3D
Complementary color
Monochromatic Colors of #283C3D
Black with #283C3D
Text Example
Text Example
White with #283C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283C3D; }
p { color: rgb(40,60,61); }
H1.HeaderClassName
{
color: #283C3D;
}
.AnyTagClassName
{
color: #283C3D;
}
</style>
background-color css
<style>
a { background-color: #283C3D; }
a { background-color: rgb(40,60,61); }
div.DivClassName
{
background-color: #283C3D;
}
.BgClassName
{
background-color: #283C3D;
}
</style>
border-color css
<style>
span { border-color: #283C3D; }
span { border-color: rgb(40,60,61); }
td.TdClassName
{
border-color: #283C3D;
}
.TagClassName
{
border-color: #283C3D;
}
</style>