Shades of Lucky Point #282E4C
Tints of Lucky Point #282E4C
RGB
CMYK
RGB Variations
Color information
#282E4C (or 0x282E4C) is known color: Lucky Point. HEX triplet: 28, 2E and 4C. RGB value is (40,46,76). Sum of RGB (Red+Green+Blue) = 40+46+76=162 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.69% from 162); Green value is 46 (18.36% from 255 or 28.40% from 162); Blue value is 76 (30.08% from 255 or 46.91% from 162); Max value from RGB is 76 - color contains mainly: blue. Hex color #282E4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282E4C is #D7D1B3. Grayscale: #2F2F2F. Windows color (decimal): -14143924 or 4992552. OLE color: 4992552.
HSL color Cylindrical-coordinate representation of color #282E4C: hue angle of 230º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #282E4C is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 40 | 46 | 76 | - |
| CMYK | 0.47 | 0.39 | 0 | 0.70 |
| HSL | 230º | 0.31% | 0.23% | - |
| HSV(B) | 230º | 0.47% | 0.3% | - |
| XYZ | 3.16 | 2.93 | 7.24 | - |
| YUV | 47.63 | 144.01 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 46 | 76 | 0.47 | 0.39 | 0 | 0.70 | 230 | 0.31 | 0.23 |
| Hex | 28 | 2E | 4C | 2F | 27 | 0 | 46 | E6 | 1F | 17 |
| Octal | 50 | 56 | 114 | 57 | 47 | 0 | 106 | 346 | 37 | 27 |
| Binary | 101000 | 101110 | 1001100 | 101111 | 100111 | 0 | 1000110 | 11100110 | 11111 | 10111 |
Color Harmonies of #282E4C
Complementary color
Monochromatic Colors of #282E4C
Black with #282E4C
Text Example
Text Example
White with #282E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282E4C; }
p { color: rgb(40,46,76); }
H1.HeaderClassName
{
color: #282E4C;
}
.AnyTagClassName
{
color: #282E4C;
}
</style>
background-color css
<style>
a { background-color: #282E4C; }
a { background-color: rgb(40,46,76); }
div.DivClassName
{
background-color: #282E4C;
}
.BgClassName
{
background-color: #282E4C;
}
</style>
border-color css
<style>
span { border-color: #282E4C; }
span { border-color: rgb(40,46,76); }
td.TdClassName
{
border-color: #282E4C;
}
.TagClassName
{
border-color: #282E4C;
}
</style>