Shades of Lucky Point #282E51
Tints of Lucky Point #282E51
RGB
CMYK
RGB Variations
Color information
#282E51 (or 0x282E51) is known color: Lucky Point. HEX triplet: 28, 2E and 51. RGB value is (40,46,81). Sum of RGB (Red+Green+Blue) = 40+46+81=167 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.95% from 167); Green value is 46 (18.36% from 255 or 27.54% from 167); Blue value is 81 (32.03% from 255 or 48.50% from 167); Max value from RGB is 81 - color contains mainly: blue. Hex color #282E51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282E51 is #D7D1AE. Grayscale: #303030. Windows color (decimal): -14143919 or 5320232. OLE color: 5320232.
HSL color Cylindrical-coordinate representation of color #282E51: hue angle of 231.22º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #282E51 is Cyan = 0.51, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 40 | 46 | 81 | - |
| CMYK | 0.51 | 0.43 | 0 | 0.68 |
| HSL | 231.22º | 0.34% | 0.24% | - |
| HSV(B) | 231.22º | 0.51% | 0.32% | - |
| XYZ | 3.34 | 3 | 8.19 | - |
| YUV | 48.2 | 146.51 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 46 | 81 | 0.51 | 0.43 | 0 | 0.68 | 231.22 | 0.34 | 0.24 |
| Hex | 28 | 2E | 51 | 33 | 2B | 0 | 44 | E7 | 22 | 18 |
| Octal | 50 | 56 | 121 | 63 | 53 | 0 | 104 | 347 | 42 | 30 |
| Binary | 101000 | 101110 | 1010001 | 110011 | 101011 | 0 | 1000100 | 11100111 | 100010 | 11000 |
Color Harmonies of #282E51
Complementary color
Monochromatic Colors of #282E51
Black with #282E51
Text Example
Text Example
White with #282E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282E51; }
p { color: rgb(40,46,81); }
H1.HeaderClassName
{
color: #282E51;
}
.AnyTagClassName
{
color: #282E51;
}
</style>
background-color css
<style>
a { background-color: #282E51; }
a { background-color: rgb(40,46,81); }
div.DivClassName
{
background-color: #282E51;
}
.BgClassName
{
background-color: #282E51;
}
</style>
border-color css
<style>
span { border-color: #282E51; }
span { border-color: rgb(40,46,81); }
td.TdClassName
{
border-color: #282E51;
}
.TagClassName
{
border-color: #282E51;
}
</style>