Shades of Lucky Point #282D55
Tints of Lucky Point #282D55
RGB
CMYK
RGB Variations
Color information
#282D55 (or 0x282D55) is known color: Lucky Point. HEX triplet: 28, 2D and 55. RGB value is (40,45,85). Sum of RGB (Red+Green+Blue) = 40+45+85=170 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.53% from 170); Green value is 45 (17.97% from 255 or 26.47% from 170); Blue value is 85 (33.59% from 255 or 50% from 170); Max value from RGB is 85 - color contains mainly: blue. Hex color #282D55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282D55 is #D7D2AA. Grayscale: #2F2F2F. Windows color (decimal): -14144171 or 5582120. OLE color: 5582120.
HSL color Cylindrical-coordinate representation of color #282D55: hue angle of 233.33º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #282D55 is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 40 | 45 | 85 | - |
| CMYK | 0.53 | 0.47 | 0 | 0.67 |
| HSL | 233.33º | 0.36% | 0.25% | - |
| HSV(B) | 233.33º | 0.53% | 0.33% | - |
| XYZ | 3.45 | 2.98 | 8.99 | - |
| YUV | 48.07 | 148.84 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 45 | 85 | 0.53 | 0.47 | 0 | 0.67 | 233.33 | 0.36 | 0.25 |
| Hex | 28 | 2D | 55 | 35 | 2F | 0 | 43 | E9 | 24 | 19 |
| Octal | 50 | 55 | 125 | 65 | 57 | 0 | 103 | 351 | 44 | 31 |
| Binary | 101000 | 101101 | 1010101 | 110101 | 101111 | 0 | 1000011 | 11101001 | 100100 | 11001 |
Color Harmonies of #282D55
Complementary color
Monochromatic Colors of #282D55
Black with #282D55
Text Example
Text Example
White with #282D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282D55; }
p { color: rgb(40,45,85); }
H1.HeaderClassName
{
color: #282D55;
}
.AnyTagClassName
{
color: #282D55;
}
</style>
background-color css
<style>
a { background-color: #282D55; }
a { background-color: rgb(40,45,85); }
div.DivClassName
{
background-color: #282D55;
}
.BgClassName
{
background-color: #282D55;
}
</style>
border-color css
<style>
span { border-color: #282D55; }
span { border-color: rgb(40,45,85); }
td.TdClassName
{
border-color: #282D55;
}
.TagClassName
{
border-color: #282D55;
}
</style>