Shades of Lucky Point #282E47
Tints of Lucky Point #282E47
RGB
CMYK
RGB Variations
Color information
#282E47 (or 0x282E47) is known color: Lucky Point. HEX triplet: 28, 2E and 47. RGB value is (40,46,71). Sum of RGB (Red+Green+Blue) = 40+46+71=157 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.48% from 157); Green value is 46 (18.36% from 255 or 29.30% from 157); Blue value is 71 (28.12% from 255 or 45.22% from 157); Max value from RGB is 71 - color contains mainly: blue. Hex color #282E47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282E47 is #D7D1B8. Grayscale: #2E2E2E. Windows color (decimal): -14143929 or 4664872. OLE color: 4664872.
HSL color Cylindrical-coordinate representation of color #282E47: hue angle of 228.39º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #282E47 is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 40 | 46 | 71 | - |
| CMYK | 0.44 | 0.35 | 0 | 0.72 |
| HSL | 228.39º | 0.28% | 0.22% | - |
| HSV(B) | 228.39º | 0.44% | 0.28% | - |
| XYZ | 2.99 | 2.86 | 6.36 | - |
| YUV | 47.06 | 141.51 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 46 | 71 | 0.44 | 0.35 | 0 | 0.72 | 228.39 | 0.28 | 0.22 |
| Hex | 28 | 2E | 47 | 2C | 23 | 0 | 48 | E4 | 1C | 16 |
| Octal | 50 | 56 | 107 | 54 | 43 | 0 | 110 | 344 | 34 | 26 |
| Binary | 101000 | 101110 | 1000111 | 101100 | 100011 | 0 | 1001000 | 11100100 | 11100 | 10110 |
Color Harmonies of #282E47
Complementary color
Monochromatic Colors of #282E47
Black with #282E47
Text Example
Text Example
White with #282E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282E47; }
p { color: rgb(40,46,71); }
H1.HeaderClassName
{
color: #282E47;
}
.AnyTagClassName
{
color: #282E47;
}
</style>
background-color css
<style>
a { background-color: #282E47; }
a { background-color: rgb(40,46,71); }
div.DivClassName
{
background-color: #282E47;
}
.BgClassName
{
background-color: #282E47;
}
</style>
border-color css
<style>
span { border-color: #282E47; }
span { border-color: rgb(40,46,71); }
td.TdClassName
{
border-color: #282E47;
}
.TagClassName
{
border-color: #282E47;
}
</style>