Shades of Lucky Point #282E57
Tints of Lucky Point #282E57
RGB
CMYK
RGB Variations
Color information
#282E57 (or 0x282E57) is known color: Lucky Point. HEX triplet: 28, 2E and 57. RGB value is (40,46,87). Sum of RGB (Red+Green+Blue) = 40+46+87=173 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.12% from 173); Green value is 46 (18.36% from 255 or 26.59% from 173); Blue value is 87 (34.38% from 255 or 50.29% from 173); Max value from RGB is 87 - color contains mainly: blue. Hex color #282E57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282E57 is #D7D1A8. Grayscale: #303030. Windows color (decimal): -14143913 or 5713448. OLE color: 5713448.
HSL color Cylindrical-coordinate representation of color #282E57: hue angle of 232.34º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #282E57 is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 40 | 46 | 87 | - |
| CMYK | 0.54 | 0.47 | 0 | 0.66 |
| HSL | 232.34º | 0.37% | 0.25% | - |
| HSV(B) | 232.34º | 0.54% | 0.34% | - |
| XYZ | 3.57 | 3.09 | 9.43 | - |
| YUV | 48.88 | 149.51 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 46 | 87 | 0.54 | 0.47 | 0 | 0.66 | 232.34 | 0.37 | 0.25 |
| Hex | 28 | 2E | 57 | 36 | 2F | 0 | 42 | E8 | 25 | 19 |
| Octal | 50 | 56 | 127 | 66 | 57 | 0 | 102 | 350 | 45 | 31 |
| Binary | 101000 | 101110 | 1010111 | 110110 | 101111 | 0 | 1000010 | 11101000 | 100101 | 11001 |
Color Harmonies of #282E57
Complementary color
Monochromatic Colors of #282E57
Black with #282E57
Text Example
Text Example
White with #282E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282E57; }
p { color: rgb(40,46,87); }
H1.HeaderClassName
{
color: #282E57;
}
.AnyTagClassName
{
color: #282E57;
}
</style>
background-color css
<style>
a { background-color: #282E57; }
a { background-color: rgb(40,46,87); }
div.DivClassName
{
background-color: #282E57;
}
.BgClassName
{
background-color: #282E57;
}
</style>
border-color css
<style>
span { border-color: #282E57; }
span { border-color: rgb(40,46,87); }
td.TdClassName
{
border-color: #282E57;
}
.TagClassName
{
border-color: #282E57;
}
</style>