Shades of Lucky Point #282C56
Tints of Lucky Point #282C56
RGB
CMYK
RGB Variations
Color information
#282C56 (or 0x282C56) is known color: Lucky Point. HEX triplet: 28, 2C and 56. RGB value is (40,44,86). Sum of RGB (Red+Green+Blue) = 40+44+86=170 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.53% from 170); Green value is 44 (17.58% from 255 or 25.88% from 170); Blue value is 86 (33.98% from 255 or 50.59% from 170); Max value from RGB is 86 - color contains mainly: blue. Hex color #282C56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282C56 is #D7D3A9. Grayscale: #2F2F2F. Windows color (decimal): -14144426 or 5647400. OLE color: 5647400.
HSL color Cylindrical-coordinate representation of color #282C56: hue angle of 234.78º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #282C56 is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 40 | 44 | 86 | - |
| CMYK | 0.53 | 0.49 | 0 | 0.66 |
| HSL | 234.78º | 0.37% | 0.25% | - |
| HSV(B) | 234.78º | 0.53% | 0.34% | - |
| XYZ | 3.46 | 2.92 | 9.19 | - |
| YUV | 47.59 | 149.67 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 44 | 86 | 0.53 | 0.49 | 0 | 0.66 | 234.78 | 0.37 | 0.25 |
| Hex | 28 | 2C | 56 | 35 | 31 | 0 | 42 | EB | 25 | 19 |
| Octal | 50 | 54 | 126 | 65 | 61 | 0 | 102 | 353 | 45 | 31 |
| Binary | 101000 | 101100 | 1010110 | 110101 | 110001 | 0 | 1000010 | 11101011 | 100101 | 11001 |
Color Harmonies of #282C56
Complementary color
Monochromatic Colors of #282C56
Black with #282C56
Text Example
Text Example
White with #282C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282C56; }
p { color: rgb(40,44,86); }
H1.HeaderClassName
{
color: #282C56;
}
.AnyTagClassName
{
color: #282C56;
}
</style>
background-color css
<style>
a { background-color: #282C56; }
a { background-color: rgb(40,44,86); }
div.DivClassName
{
background-color: #282C56;
}
.BgClassName
{
background-color: #282C56;
}
</style>
border-color css
<style>
span { border-color: #282C56; }
span { border-color: rgb(40,44,86); }
td.TdClassName
{
border-color: #282C56;
}
.TagClassName
{
border-color: #282C56;
}
</style>