Shades of Lucky Point #282E5E
Tints of Lucky Point #282E5E
RGB
CMYK
RGB Variations
Color information
#282E5E (or 0x282E5E) is known color: Lucky Point. HEX triplet: 28, 2E and 5E. RGB value is (40,46,94). Sum of RGB (Red+Green+Blue) = 40+46+94=180 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.22% from 180); Green value is 46 (18.36% from 255 or 25.56% from 180); Blue value is 94 (37.11% from 255 or 52.22% from 180); Max value from RGB is 94 - color contains mainly: blue. Hex color #282E5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282E5E is #D7D1A1. Grayscale: #313131. Windows color (decimal): -14143906 or 6172200. OLE color: 6172200.
HSL color Cylindrical-coordinate representation of color #282E5E: hue angle of 233.33º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #282E5E is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 40 | 46 | 94 | - |
| CMYK | 0.57 | 0.51 | 0 | 0.63 |
| HSL | 233.33º | 0.4% | 0.26% | - |
| HSV(B) | 233.33º | 0.57% | 0.37% | - |
| XYZ | 3.87 | 3.21 | 11.01 | - |
| YUV | 49.68 | 153.01 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 46 | 94 | 0.57 | 0.51 | 0 | 0.63 | 233.33 | 0.4 | 0.26 |
| Hex | 28 | 2E | 5E | 39 | 33 | 0 | 3F | E9 | 28 | 1A |
| Octal | 50 | 56 | 136 | 71 | 63 | 0 | 77 | 351 | 50 | 32 |
| Binary | 101000 | 101110 | 1011110 | 111001 | 110011 | 0 | 111111 | 11101001 | 101000 | 11010 |
Color Harmonies of #282E5E
Complementary color
Monochromatic Colors of #282E5E
Black with #282E5E
Text Example
Text Example
White with #282E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282E5E; }
p { color: rgb(40,46,94); }
H1.HeaderClassName
{
color: #282E5E;
}
.AnyTagClassName
{
color: #282E5E;
}
</style>
background-color css
<style>
a { background-color: #282E5E; }
a { background-color: rgb(40,46,94); }
div.DivClassName
{
background-color: #282E5E;
}
.BgClassName
{
background-color: #282E5E;
}
</style>
border-color css
<style>
span { border-color: #282E5E; }
span { border-color: rgb(40,46,94); }
td.TdClassName
{
border-color: #282E5E;
}
.TagClassName
{
border-color: #282E5E;
}
</style>