Shades of Lucky Point #282D4C
Tints of Lucky Point #282D4C
RGB
CMYK
RGB Variations
Color information
#282D4C (or 0x282D4C) is known color: Lucky Point. HEX triplet: 28, 2D and 4C. RGB value is (40,45,76). Sum of RGB (Red+Green+Blue) = 40+45+76=161 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.84% from 161); Green value is 45 (17.97% from 255 or 27.95% from 161); Blue value is 76 (30.08% from 255 or 47.20% from 161); Max value from RGB is 76 - color contains mainly: blue. Hex color #282D4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282D4C is #D7D2B3. Grayscale: #2E2E2E. Windows color (decimal): -14144180 or 4992296. OLE color: 4992296.
HSL color Cylindrical-coordinate representation of color #282D4C: hue angle of 231.67º 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 #282D4C is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 40 | 45 | 76 | - |
| CMYK | 0.47 | 0.41 | 0 | 0.70 |
| HSL | 231.67º | 0.31% | 0.23% | - |
| HSV(B) | 231.67º | 0.47% | 0.3% | - |
| XYZ | 3.12 | 2.85 | 7.22 | - |
| YUV | 47.04 | 144.34 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 45 | 76 | 0.47 | 0.41 | 0 | 0.70 | 231.67 | 0.31 | 0.23 |
| Hex | 28 | 2D | 4C | 2F | 29 | 0 | 46 | E8 | 1F | 17 |
| Octal | 50 | 55 | 114 | 57 | 51 | 0 | 106 | 350 | 37 | 27 |
| Binary | 101000 | 101101 | 1001100 | 101111 | 101001 | 0 | 1000110 | 11101000 | 11111 | 10111 |
Color Harmonies of #282D4C
Complementary color
Monochromatic Colors of #282D4C
Black with #282D4C
Text Example
Text Example
White with #282D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282D4C; }
p { color: rgb(40,45,76); }
H1.HeaderClassName
{
color: #282D4C;
}
.AnyTagClassName
{
color: #282D4C;
}
</style>
background-color css
<style>
a { background-color: #282D4C; }
a { background-color: rgb(40,45,76); }
div.DivClassName
{
background-color: #282D4C;
}
.BgClassName
{
background-color: #282D4C;
}
</style>
border-color css
<style>
span { border-color: #282D4C; }
span { border-color: rgb(40,45,76); }
td.TdClassName
{
border-color: #282D4C;
}
.TagClassName
{
border-color: #282D4C;
}
</style>