Shades of Lucky Point #282B50
Tints of Lucky Point #282B50
RGB
CMYK
RGB Variations
Color information
#282B50 (or 0x282B50) is known color: Lucky Point. HEX triplet: 28, 2B and 50. RGB value is (40,43,80). Sum of RGB (Red+Green+Blue) = 40+43+80=163 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.54% from 163); Green value is 43 (17.19% from 255 or 26.38% from 163); Blue value is 80 (31.64% from 255 or 49.08% from 163); Max value from RGB is 80 - color contains mainly: blue. Hex color #282B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282B50 is #D7D4AF. Grayscale: #2E2E2E. Windows color (decimal): -14144688 or 5253928. OLE color: 5253928.
HSL color Cylindrical-coordinate representation of color #282B50: hue angle of 235.5º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #282B50 is Cyan = 0.5, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 40 | 43 | 80 | - |
| CMYK | 0.5 | 0.46 | 0 | 0.69 |
| HSL | 235.5º | 0.33% | 0.24% | - |
| HSV(B) | 235.5º | 0.5% | 0.31% | - |
| XYZ | 3.19 | 2.76 | 7.95 | - |
| YUV | 46.32 | 147.01 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 43 | 80 | 0.5 | 0.46 | 0 | 0.69 | 235.5 | 0.33 | 0.24 |
| Hex | 28 | 2B | 50 | 32 | 2E | 0 | 45 | EC | 21 | 18 |
| Octal | 50 | 53 | 120 | 62 | 56 | 0 | 105 | 354 | 41 | 30 |
| Binary | 101000 | 101011 | 1010000 | 110010 | 101110 | 0 | 1000101 | 11101100 | 100001 | 11000 |
Color Harmonies of #282B50
Complementary color
Monochromatic Colors of #282B50
Black with #282B50
Text Example
Text Example
White with #282B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282B50; }
p { color: rgb(40,43,80); }
H1.HeaderClassName
{
color: #282B50;
}
.AnyTagClassName
{
color: #282B50;
}
</style>
background-color css
<style>
a { background-color: #282B50; }
a { background-color: rgb(40,43,80); }
div.DivClassName
{
background-color: #282B50;
}
.BgClassName
{
background-color: #282B50;
}
</style>
border-color css
<style>
span { border-color: #282B50; }
span { border-color: rgb(40,43,80); }
td.TdClassName
{
border-color: #282B50;
}
.TagClassName
{
border-color: #282B50;
}
</style>