Shades of Lucky Point #282C4F
Tints of Lucky Point #282C4F
RGB
CMYK
RGB Variations
Color information
#282C4F (or 0x282C4F) is known color: Lucky Point. HEX triplet: 28, 2C and 4F. RGB value is (40,44,79). Sum of RGB (Red+Green+Blue) = 40+44+79=163 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.54% from 163); Green value is 44 (17.58% from 255 or 26.99% from 163); Blue value is 79 (31.25% from 255 or 48.47% from 163); Max value from RGB is 79 - color contains mainly: blue. Hex color #282C4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282C4F is #D7D3B0. Grayscale: #2E2E2E. Windows color (decimal): -14144433 or 5188648. OLE color: 5188648.
HSL color Cylindrical-coordinate representation of color #282C4F: hue angle of 233.85º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #282C4F is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 40 | 44 | 79 | - |
| CMYK | 0.49 | 0.44 | 0 | 0.69 |
| HSL | 233.85º | 0.33% | 0.23% | - |
| HSV(B) | 233.85º | 0.49% | 0.31% | - |
| XYZ | 3.19 | 2.82 | 7.77 | - |
| YUV | 46.79 | 146.17 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 44 | 79 | 0.49 | 0.44 | 0 | 0.69 | 233.85 | 0.33 | 0.23 |
| Hex | 28 | 2C | 4F | 31 | 2C | 0 | 45 | EA | 21 | 17 |
| Octal | 50 | 54 | 117 | 61 | 54 | 0 | 105 | 352 | 41 | 27 |
| Binary | 101000 | 101100 | 1001111 | 110001 | 101100 | 0 | 1000101 | 11101010 | 100001 | 10111 |
Color Harmonies of #282C4F
Complementary color
Monochromatic Colors of #282C4F
Black with #282C4F
Text Example
Text Example
White with #282C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282C4F; }
p { color: rgb(40,44,79); }
H1.HeaderClassName
{
color: #282C4F;
}
.AnyTagClassName
{
color: #282C4F;
}
</style>
background-color css
<style>
a { background-color: #282C4F; }
a { background-color: rgb(40,44,79); }
div.DivClassName
{
background-color: #282C4F;
}
.BgClassName
{
background-color: #282C4F;
}
</style>
border-color css
<style>
span { border-color: #282C4F; }
span { border-color: rgb(40,44,79); }
td.TdClassName
{
border-color: #282C4F;
}
.TagClassName
{
border-color: #282C4F;
}
</style>