Shades of Lucky Point #282E5F
Tints of Lucky Point #282E5F
RGB
CMYK
RGB Variations
Color information
#282E5F (or 0x282E5F) is known color: Lucky Point. HEX triplet: 28, 2E and 5F. RGB value is (40,46,95). Sum of RGB (Red+Green+Blue) = 40+46+95=181 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.10% from 181); Green value is 46 (18.36% from 255 or 25.41% from 181); Blue value is 95 (37.5% from 255 or 52.49% from 181); Max value from RGB is 95 - color contains mainly: blue. Hex color #282E5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282E5F is #D7D1A0. Grayscale: #313131. Windows color (decimal): -14143905 or 6237736. OLE color: 6237736.
HSL color Cylindrical-coordinate representation of color #282E5F: hue angle of 233.45º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #282E5F is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 40 | 46 | 95 | - |
| CMYK | 0.58 | 0.52 | 0 | 0.63 |
| HSL | 233.45º | 0.41% | 0.26% | - |
| HSV(B) | 233.45º | 0.58% | 0.37% | - |
| XYZ | 3.92 | 3.23 | 11.24 | - |
| YUV | 49.79 | 153.51 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 46 | 95 | 0.58 | 0.52 | 0 | 0.63 | 233.45 | 0.41 | 0.26 |
| Hex | 28 | 2E | 5F | 3A | 34 | 0 | 3F | E9 | 29 | 1A |
| Octal | 50 | 56 | 137 | 72 | 64 | 0 | 77 | 351 | 51 | 32 |
| Binary | 101000 | 101110 | 1011111 | 111010 | 110100 | 0 | 111111 | 11101001 | 101001 | 11010 |
Color Harmonies of #282E5F
Complementary color
Monochromatic Colors of #282E5F
Black with #282E5F
Text Example
Text Example
White with #282E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282E5F; }
p { color: rgb(40,46,95); }
H1.HeaderClassName
{
color: #282E5F;
}
.AnyTagClassName
{
color: #282E5F;
}
</style>
background-color css
<style>
a { background-color: #282E5F; }
a { background-color: rgb(40,46,95); }
div.DivClassName
{
background-color: #282E5F;
}
.BgClassName
{
background-color: #282E5F;
}
</style>
border-color css
<style>
span { border-color: #282E5F; }
span { border-color: rgb(40,46,95); }
td.TdClassName
{
border-color: #282E5F;
}
.TagClassName
{
border-color: #282E5F;
}
</style>