Shades of Lucky Point #282E50
Tints of Lucky Point #282E50
RGB
CMYK
RGB Variations
Color information
#282E50 (or 0x282E50) is known color: Lucky Point. HEX triplet: 28, 2E and 50. RGB value is (40,46,80). Sum of RGB (Red+Green+Blue) = 40+46+80=166 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.10% from 166); Green value is 46 (18.36% from 255 or 27.71% from 166); Blue value is 80 (31.64% from 255 or 48.19% from 166); Max value from RGB is 80 - color contains mainly: blue. Hex color #282E50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282E50 is #D7D1AF. Grayscale: #2F2F2F. Windows color (decimal): -14143920 or 5254696. OLE color: 5254696.
HSL color Cylindrical-coordinate representation of color #282E50: hue angle of 231º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #282E50 is Cyan = 0.5, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 40 | 46 | 80 | - |
| CMYK | 0.5 | 0.42 | 0 | 0.69 |
| HSL | 231º | 0.33% | 0.24% | - |
| HSV(B) | 231º | 0.5% | 0.31% | - |
| XYZ | 3.3 | 2.98 | 7.99 | - |
| YUV | 48.08 | 146.01 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 46 | 80 | 0.5 | 0.42 | 0 | 0.69 | 231 | 0.33 | 0.24 |
| Hex | 28 | 2E | 50 | 32 | 2A | 0 | 45 | E7 | 21 | 18 |
| Octal | 50 | 56 | 120 | 62 | 52 | 0 | 105 | 347 | 41 | 30 |
| Binary | 101000 | 101110 | 1010000 | 110010 | 101010 | 0 | 1000101 | 11100111 | 100001 | 11000 |
Color Harmonies of #282E50
Complementary color
Monochromatic Colors of #282E50
Black with #282E50
Text Example
Text Example
White with #282E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282E50; }
p { color: rgb(40,46,80); }
H1.HeaderClassName
{
color: #282E50;
}
.AnyTagClassName
{
color: #282E50;
}
</style>
background-color css
<style>
a { background-color: #282E50; }
a { background-color: rgb(40,46,80); }
div.DivClassName
{
background-color: #282E50;
}
.BgClassName
{
background-color: #282E50;
}
</style>
border-color css
<style>
span { border-color: #282E50; }
span { border-color: rgb(40,46,80); }
td.TdClassName
{
border-color: #282E50;
}
.TagClassName
{
border-color: #282E50;
}
</style>