Shades of Lucky Point #282A5E
Tints of Lucky Point #282A5E
RGB
CMYK
RGB Variations
Color information
#282A5E (or 0x282A5E) is known color: Lucky Point. HEX triplet: 28, 2A and 5E. RGB value is (40,42,94). Sum of RGB (Red+Green+Blue) = 40+42+94=176 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.73% from 176); Green value is 42 (16.80% from 255 or 23.86% from 176); Blue value is 94 (37.11% from 255 or 53.41% from 176); Max value from RGB is 94 - color contains mainly: blue. Hex color #282A5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282A5E is #D7D5A1. Grayscale: #2F2F2F. Windows color (decimal): -14144930 or 6171176. OLE color: 6171176.
HSL color Cylindrical-coordinate representation of color #282A5E: hue angle of 237.78º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #282A5E is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 40 | 42 | 94 | - |
| CMYK | 0.57 | 0.55 | 0 | 0.63 |
| HSL | 237.78º | 0.4% | 0.26% | - |
| HSV(B) | 237.78º | 0.57% | 0.37% | - |
| XYZ | 3.72 | 2.92 | 10.96 | - |
| YUV | 47.33 | 154.34 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 42 | 94 | 0.57 | 0.55 | 0 | 0.63 | 237.78 | 0.4 | 0.26 |
| Hex | 28 | 2A | 5E | 39 | 37 | 0 | 3F | EE | 28 | 1A |
| Octal | 50 | 52 | 136 | 71 | 67 | 0 | 77 | 356 | 50 | 32 |
| Binary | 101000 | 101010 | 1011110 | 111001 | 110111 | 0 | 111111 | 11101110 | 101000 | 11010 |
Color Harmonies of #282A5E
Complementary color
Monochromatic Colors of #282A5E
Black with #282A5E
Text Example
Text Example
White with #282A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282A5E; }
p { color: rgb(40,42,94); }
H1.HeaderClassName
{
color: #282A5E;
}
.AnyTagClassName
{
color: #282A5E;
}
</style>
background-color css
<style>
a { background-color: #282A5E; }
a { background-color: rgb(40,42,94); }
div.DivClassName
{
background-color: #282A5E;
}
.BgClassName
{
background-color: #282A5E;
}
</style>
border-color css
<style>
span { border-color: #282A5E; }
span { border-color: rgb(40,42,94); }
td.TdClassName
{
border-color: #282A5E;
}
.TagClassName
{
border-color: #282A5E;
}
</style>