Shades of Lucky Point #282D53
Tints of Lucky Point #282D53
RGB
CMYK
RGB Variations
Color information
#282D53 (or 0x282D53) is known color: Lucky Point. HEX triplet: 28, 2D and 53. RGB value is (40,45,83). Sum of RGB (Red+Green+Blue) = 40+45+83=168 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.81% from 168); Green value is 45 (17.97% from 255 or 26.79% from 168); Blue value is 83 (32.81% from 255 or 49.40% from 168); Max value from RGB is 83 - color contains mainly: blue. Hex color #282D53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282D53 is #D7D2AC. Grayscale: #2F2F2F. Windows color (decimal): -14144173 or 5451048. OLE color: 5451048.
HSL color Cylindrical-coordinate representation of color #282D53: hue angle of 233.02º 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 #282D53 is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 40 | 45 | 83 | - |
| CMYK | 0.52 | 0.46 | 0 | 0.67 |
| HSL | 233.02º | 0.35% | 0.24% | - |
| HSV(B) | 233.02º | 0.52% | 0.33% | - |
| XYZ | 3.37 | 2.95 | 8.58 | - |
| YUV | 47.84 | 147.84 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 45 | 83 | 0.52 | 0.46 | 0 | 0.67 | 233.02 | 0.35 | 0.24 |
| Hex | 28 | 2D | 53 | 34 | 2E | 0 | 43 | E9 | 23 | 18 |
| Octal | 50 | 55 | 123 | 64 | 56 | 0 | 103 | 351 | 43 | 30 |
| Binary | 101000 | 101101 | 1010011 | 110100 | 101110 | 0 | 1000011 | 11101001 | 100011 | 11000 |
Color Harmonies of #282D53
Complementary color
Monochromatic Colors of #282D53
Black with #282D53
Text Example
Text Example
White with #282D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282D53; }
p { color: rgb(40,45,83); }
H1.HeaderClassName
{
color: #282D53;
}
.AnyTagClassName
{
color: #282D53;
}
</style>
background-color css
<style>
a { background-color: #282D53; }
a { background-color: rgb(40,45,83); }
div.DivClassName
{
background-color: #282D53;
}
.BgClassName
{
background-color: #282D53;
}
</style>
border-color css
<style>
span { border-color: #282D53; }
span { border-color: rgb(40,45,83); }
td.TdClassName
{
border-color: #282D53;
}
.TagClassName
{
border-color: #282D53;
}
</style>