Shades of Lucky Point #282E55
Tints of Lucky Point #282E55
RGB
CMYK
RGB Variations
Color information
#282E55 (or 0x282E55) is known color: Lucky Point. HEX triplet: 28, 2E and 55. RGB value is (40,46,85). Sum of RGB (Red+Green+Blue) = 40+46+85=171 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.39% from 171); Green value is 46 (18.36% from 255 or 26.90% from 171); Blue value is 85 (33.59% from 255 or 49.71% from 171); Max value from RGB is 85 - color contains mainly: blue. Hex color #282E55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282E55 is #D7D1AA. Grayscale: #303030. Windows color (decimal): -14143915 or 5582376. OLE color: 5582376.
HSL color Cylindrical-coordinate representation of color #282E55: hue angle of 232º 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 #282E55 is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 40 | 46 | 85 | - |
| CMYK | 0.53 | 0.46 | 0 | 0.67 |
| HSL | 232º | 0.36% | 0.25% | - |
| HSV(B) | 232º | 0.53% | 0.33% | - |
| XYZ | 3.49 | 3.06 | 9 | - |
| YUV | 48.65 | 148.51 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 46 | 85 | 0.53 | 0.46 | 0 | 0.67 | 232 | 0.36 | 0.25 |
| Hex | 28 | 2E | 55 | 35 | 2E | 0 | 43 | E8 | 24 | 19 |
| Octal | 50 | 56 | 125 | 65 | 56 | 0 | 103 | 350 | 44 | 31 |
| Binary | 101000 | 101110 | 1010101 | 110101 | 101110 | 0 | 1000011 | 11101000 | 100100 | 11001 |
Color Harmonies of #282E55
Complementary color
Monochromatic Colors of #282E55
Black with #282E55
Text Example
Text Example
White with #282E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282E55; }
p { color: rgb(40,46,85); }
H1.HeaderClassName
{
color: #282E55;
}
.AnyTagClassName
{
color: #282E55;
}
</style>
background-color css
<style>
a { background-color: #282E55; }
a { background-color: rgb(40,46,85); }
div.DivClassName
{
background-color: #282E55;
}
.BgClassName
{
background-color: #282E55;
}
</style>
border-color css
<style>
span { border-color: #282E55; }
span { border-color: rgb(40,46,85); }
td.TdClassName
{
border-color: #282E55;
}
.TagClassName
{
border-color: #282E55;
}
</style>