Shades of Lucky Point #282D60
Tints of Lucky Point #282D60
RGB
CMYK
RGB Variations
Color information
#282D60 (or 0x282D60) is known color: Lucky Point. HEX triplet: 28, 2D and 60. RGB value is (40,45,96). Sum of RGB (Red+Green+Blue) = 40+45+96=181 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.10% from 181); Green value is 45 (17.97% from 255 or 24.86% from 181); Blue value is 96 (37.89% from 255 or 53.04% from 181); Max value from RGB is 96 - color contains mainly: blue. Hex color #282D60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282D60 is #D7D29F. Grayscale: #313131. Windows color (decimal): -14144160 or 6303016. OLE color: 6303016.
HSL color Cylindrical-coordinate representation of color #282D60: hue angle of 234.64º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #282D60 is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 40 | 45 | 96 | - |
| CMYK | 0.58 | 0.53 | 0 | 0.62 |
| HSL | 234.64º | 0.41% | 0.27% | - |
| HSV(B) | 234.64º | 0.58% | 0.38% | - |
| XYZ | 3.92 | 3.17 | 11.47 | - |
| YUV | 49.32 | 154.34 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 45 | 96 | 0.58 | 0.53 | 0 | 0.62 | 234.64 | 0.41 | 0.27 |
| Hex | 28 | 2D | 60 | 3A | 35 | 0 | 3E | EB | 29 | 1B |
| Octal | 50 | 55 | 140 | 72 | 65 | 0 | 76 | 353 | 51 | 33 |
| Binary | 101000 | 101101 | 1100000 | 111010 | 110101 | 0 | 111110 | 11101011 | 101001 | 11011 |
Color Harmonies of #282D60
Complementary color
Monochromatic Colors of #282D60
Black with #282D60
Text Example
Text Example
White with #282D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282D60; }
p { color: rgb(40,45,96); }
H1.HeaderClassName
{
color: #282D60;
}
.AnyTagClassName
{
color: #282D60;
}
</style>
background-color css
<style>
a { background-color: #282D60; }
a { background-color: rgb(40,45,96); }
div.DivClassName
{
background-color: #282D60;
}
.BgClassName
{
background-color: #282D60;
}
</style>
border-color css
<style>
span { border-color: #282D60; }
span { border-color: rgb(40,45,96); }
td.TdClassName
{
border-color: #282D60;
}
.TagClassName
{
border-color: #282D60;
}
</style>