Shades of Lucky Point #282B53
Tints of Lucky Point #282B53
RGB
CMYK
RGB Variations
Color information
#282B53 (or 0x282B53) is known color: Lucky Point. HEX triplet: 28, 2B and 53. RGB value is (40,43,83). Sum of RGB (Red+Green+Blue) = 40+43+83=166 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.10% from 166); Green value is 43 (17.19% from 255 or 25.90% from 166); Blue value is 83 (32.81% from 255 or 50% from 166); Max value from RGB is 83 - color contains mainly: blue. Hex color #282B53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282B53 is #D7D4AC. Grayscale: #2E2E2E. Windows color (decimal): -14144685 or 5450536. OLE color: 5450536.
HSL color Cylindrical-coordinate representation of color #282B53: hue angle of 235.81º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #282B53 is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 40 | 43 | 83 | - |
| CMYK | 0.52 | 0.48 | 0 | 0.67 |
| HSL | 235.81º | 0.35% | 0.24% | - |
| HSV(B) | 235.81º | 0.52% | 0.33% | - |
| XYZ | 3.3 | 2.8 | 8.55 | - |
| YUV | 46.66 | 148.51 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 43 | 83 | 0.52 | 0.48 | 0 | 0.67 | 235.81 | 0.35 | 0.24 |
| Hex | 28 | 2B | 53 | 34 | 30 | 0 | 43 | EC | 23 | 18 |
| Octal | 50 | 53 | 123 | 64 | 60 | 0 | 103 | 354 | 43 | 30 |
| Binary | 101000 | 101011 | 1010011 | 110100 | 110000 | 0 | 1000011 | 11101100 | 100011 | 11000 |
Color Harmonies of #282B53
Complementary color
Monochromatic Colors of #282B53
Black with #282B53
Text Example
Text Example
White with #282B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282B53; }
p { color: rgb(40,43,83); }
H1.HeaderClassName
{
color: #282B53;
}
.AnyTagClassName
{
color: #282B53;
}
</style>
background-color css
<style>
a { background-color: #282B53; }
a { background-color: rgb(40,43,83); }
div.DivClassName
{
background-color: #282B53;
}
.BgClassName
{
background-color: #282B53;
}
</style>
border-color css
<style>
span { border-color: #282B53; }
span { border-color: rgb(40,43,83); }
td.TdClassName
{
border-color: #282B53;
}
.TagClassName
{
border-color: #282B53;
}
</style>