Shades of Outer Space #283E40
Tints of Outer Space #283E40
RGB
CMYK
RGB Variations
Color information
#283E40 (or 0x283E40) is known color: Outer Space. HEX triplet: 28, 3E and 40. RGB value is (40,62,64). Sum of RGB (Red+Green+Blue) = 40+62+64=166 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.10% from 166); Green value is 62 (24.61% from 255 or 37.35% from 166); Blue value is 64 (25.39% from 255 or 38.55% from 166); Max value from RGB is 64 - color contains mainly: blue. Hex color #283E40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283E40 is #D7C1BF. Grayscale: #373737. Windows color (decimal): -14139840 or 4210216. OLE color: 4210216.
HSL color Cylindrical-coordinate representation of color #283E40: hue angle of 185º 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 #283E40 is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 40 | 62 | 64 | - |
| CMYK | 0.38 | 0.03 | 0 | 0.75 |
| HSL | 185º | 0.23% | 0.2% | - |
| HSV(B) | 185º | 0.38% | 0.25% | - |
| XYZ | 3.52 | 4.27 | 5.49 | - |
| YUV | 55.65 | 132.71 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 62 | 64 | 0.38 | 0.03 | 0 | 0.75 | 185 | 0.23 | 0.2 |
| Hex | 28 | 3E | 40 | 26 | 3 | 0 | 4B | B9 | 17 | 14 |
| Octal | 50 | 76 | 100 | 46 | 3 | 0 | 113 | 271 | 27 | 24 |
| Binary | 101000 | 111110 | 1000000 | 100110 | 11 | 0 | 1001011 | 10111001 | 10111 | 10100 |
Color Harmonies of #283E40
Complementary color
Monochromatic Colors of #283E40
Black with #283E40
Text Example
Text Example
White with #283E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283E40; }
p { color: rgb(40,62,64); }
H1.HeaderClassName
{
color: #283E40;
}
.AnyTagClassName
{
color: #283E40;
}
</style>
background-color css
<style>
a { background-color: #283E40; }
a { background-color: rgb(40,62,64); }
div.DivClassName
{
background-color: #283E40;
}
.BgClassName
{
background-color: #283E40;
}
</style>
border-color css
<style>
span { border-color: #283E40; }
span { border-color: rgb(40,62,64); }
td.TdClassName
{
border-color: #283E40;
}
.TagClassName
{
border-color: #283E40;
}
</style>