Shades of Lucky Point #282C5F
Tints of Lucky Point #282C5F
RGB
CMYK
RGB Variations
Color information
#282C5F (or 0x282C5F) is known color: Lucky Point. HEX triplet: 28, 2C and 5F. RGB value is (40,44,95). Sum of RGB (Red+Green+Blue) = 40+44+95=179 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.35% from 179); Green value is 44 (17.58% from 255 or 24.58% from 179); Blue value is 95 (37.5% from 255 or 53.07% from 179); Max value from RGB is 95 - color contains mainly: blue. Hex color #282C5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282C5F is #D7D3A0. Grayscale: #303030. Windows color (decimal): -14144417 or 6237224. OLE color: 6237224.
HSL color Cylindrical-coordinate representation of color #282C5F: hue angle of 235.64º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #282C5F is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 40 | 44 | 95 | - |
| CMYK | 0.58 | 0.54 | 0 | 0.63 |
| HSL | 235.64º | 0.41% | 0.26% | - |
| HSV(B) | 235.64º | 0.58% | 0.37% | - |
| XYZ | 3.84 | 3.08 | 11.22 | - |
| YUV | 48.62 | 154.17 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 44 | 95 | 0.58 | 0.54 | 0 | 0.63 | 235.64 | 0.41 | 0.26 |
| Hex | 28 | 2C | 5F | 3A | 36 | 0 | 3F | EC | 29 | 1A |
| Octal | 50 | 54 | 137 | 72 | 66 | 0 | 77 | 354 | 51 | 32 |
| Binary | 101000 | 101100 | 1011111 | 111010 | 110110 | 0 | 111111 | 11101100 | 101001 | 11010 |
Color Harmonies of #282C5F
Complementary color
Monochromatic Colors of #282C5F
Black with #282C5F
Text Example
Text Example
White with #282C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282C5F; }
p { color: rgb(40,44,95); }
H1.HeaderClassName
{
color: #282C5F;
}
.AnyTagClassName
{
color: #282C5F;
}
</style>
background-color css
<style>
a { background-color: #282C5F; }
a { background-color: rgb(40,44,95); }
div.DivClassName
{
background-color: #282C5F;
}
.BgClassName
{
background-color: #282C5F;
}
</style>
border-color css
<style>
span { border-color: #282C5F; }
span { border-color: rgb(40,44,95); }
td.TdClassName
{
border-color: #282C5F;
}
.TagClassName
{
border-color: #282C5F;
}
</style>