Shades of Lucky Point #282956
Tints of Lucky Point #282956
RGB
CMYK
RGB Variations
Color information
#282956 (or 0x282956) is known color: Lucky Point. HEX triplet: 28, 29 and 56. RGB value is (40,41,86). Sum of RGB (Red+Green+Blue) = 40+41+86=167 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.95% from 167); Green value is 41 (16.41% from 255 or 24.55% from 167); Blue value is 86 (33.98% from 255 or 51.50% from 167); Max value from RGB is 86 - color contains mainly: blue. Hex color #282956 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282956 is #D7D6A9. Grayscale: #2D2D2D. Windows color (decimal): -14145194 or 5646632. OLE color: 5646632.
HSL color Cylindrical-coordinate representation of color #282956: hue angle of 238.7º 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 #282956 is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 40 | 41 | 86 | - |
| CMYK | 0.53 | 0.52 | 0 | 0.66 |
| HSL | 238.7º | 0.37% | 0.25% | - |
| HSV(B) | 238.7º | 0.53% | 0.34% | - |
| XYZ | 3.35 | 2.71 | 9.15 | - |
| YUV | 45.83 | 150.67 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 41 | 86 | 0.53 | 0.52 | 0 | 0.66 | 238.7 | 0.37 | 0.25 |
| Hex | 28 | 29 | 56 | 35 | 34 | 0 | 42 | EF | 25 | 19 |
| Octal | 50 | 51 | 126 | 65 | 64 | 0 | 102 | 357 | 45 | 31 |
| Binary | 101000 | 101001 | 1010110 | 110101 | 110100 | 0 | 1000010 | 11101111 | 100101 | 11001 |
Color Harmonies of #282956
Complementary color
Monochromatic Colors of #282956
Black with #282956
Text Example
Text Example
White with #282956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282956; }
p { color: rgb(40,41,86); }
H1.HeaderClassName
{
color: #282956;
}
.AnyTagClassName
{
color: #282956;
}
</style>
background-color css
<style>
a { background-color: #282956; }
a { background-color: rgb(40,41,86); }
div.DivClassName
{
background-color: #282956;
}
.BgClassName
{
background-color: #282956;
}
</style>
border-color css
<style>
span { border-color: #282956; }
span { border-color: rgb(40,41,86); }
td.TdClassName
{
border-color: #282956;
}
.TagClassName
{
border-color: #282956;
}
</style>