Shades of Lucky Point #282B59
Tints of Lucky Point #282B59
RGB
CMYK
RGB Variations
Color information
#282B59 (or 0x282B59) is known color: Lucky Point. HEX triplet: 28, 2B and 59. RGB value is (40,43,89). Sum of RGB (Red+Green+Blue) = 40+43+89=172 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.26% from 172); Green value is 43 (17.19% from 255 or 25% from 172); Blue value is 89 (35.16% from 255 or 51.74% from 172); Max value from RGB is 89 - color contains mainly: blue. Hex color #282B59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282B59 is #D7D4A6. Grayscale: #2F2F2F. Windows color (decimal): -14144679 or 5843752. OLE color: 5843752.
HSL color Cylindrical-coordinate representation of color #282B59: hue angle of 236.33º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #282B59 is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 43 | 89 | - |
| CMYK | 0.55 | 0.52 | 0 | 0.65 |
| HSL | 236.33º | 0.38% | 0.25% | - |
| HSV(B) | 236.33º | 0.55% | 0.35% | - |
| XYZ | 3.54 | 2.9 | 9.82 | - |
| YUV | 47.35 | 151.51 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 43 | 89 | 0.55 | 0.52 | 0 | 0.65 | 236.33 | 0.38 | 0.25 |
| Hex | 28 | 2B | 59 | 37 | 34 | 0 | 41 | EC | 26 | 19 |
| Octal | 50 | 53 | 131 | 67 | 64 | 0 | 101 | 354 | 46 | 31 |
| Binary | 101000 | 101011 | 1011001 | 110111 | 110100 | 0 | 1000001 | 11101100 | 100110 | 11001 |
Color Harmonies of #282B59
Complementary color
Monochromatic Colors of #282B59
Black with #282B59
Text Example
Text Example
White with #282B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282B59; }
p { color: rgb(40,43,89); }
H1.HeaderClassName
{
color: #282B59;
}
.AnyTagClassName
{
color: #282B59;
}
</style>
background-color css
<style>
a { background-color: #282B59; }
a { background-color: rgb(40,43,89); }
div.DivClassName
{
background-color: #282B59;
}
.BgClassName
{
background-color: #282B59;
}
</style>
border-color css
<style>
span { border-color: #282B59; }
span { border-color: rgb(40,43,89); }
td.TdClassName
{
border-color: #282B59;
}
.TagClassName
{
border-color: #282B59;
}
</style>