Shades of Lucky Point #282C53
Tints of Lucky Point #282C53
RGB
CMYK
RGB Variations
Color information
#282C53 (or 0x282C53) is known color: Lucky Point. HEX triplet: 28, 2C and 53. RGB value is (40,44,83). Sum of RGB (Red+Green+Blue) = 40+44+83=167 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.95% from 167); Green value is 44 (17.58% from 255 or 26.35% from 167); Blue value is 83 (32.81% from 255 or 49.70% from 167); Max value from RGB is 83 - color contains mainly: blue. Hex color #282C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282C53 is #D7D3AC. Grayscale: #2F2F2F. Windows color (decimal): -14144429 or 5450792. OLE color: 5450792.
HSL color Cylindrical-coordinate representation of color #282C53: hue angle of 234.42º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #282C53 is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 40 | 44 | 83 | - |
| CMYK | 0.52 | 0.47 | 0 | 0.67 |
| HSL | 234.42º | 0.35% | 0.24% | - |
| HSV(B) | 234.42º | 0.52% | 0.33% | - |
| XYZ | 3.34 | 2.88 | 8.56 | - |
| YUV | 47.25 | 148.17 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 44 | 83 | 0.52 | 0.47 | 0 | 0.67 | 234.42 | 0.35 | 0.24 |
| Hex | 28 | 2C | 53 | 34 | 2F | 0 | 43 | EA | 23 | 18 |
| Octal | 50 | 54 | 123 | 64 | 57 | 0 | 103 | 352 | 43 | 30 |
| Binary | 101000 | 101100 | 1010011 | 110100 | 101111 | 0 | 1000011 | 11101010 | 100011 | 11000 |
Color Harmonies of #282C53
Complementary color
Monochromatic Colors of #282C53
Black with #282C53
Text Example
Text Example
White with #282C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282C53; }
p { color: rgb(40,44,83); }
H1.HeaderClassName
{
color: #282C53;
}
.AnyTagClassName
{
color: #282C53;
}
</style>
background-color css
<style>
a { background-color: #282C53; }
a { background-color: rgb(40,44,83); }
div.DivClassName
{
background-color: #282C53;
}
.BgClassName
{
background-color: #282C53;
}
</style>
border-color css
<style>
span { border-color: #282C53; }
span { border-color: rgb(40,44,83); }
td.TdClassName
{
border-color: #282C53;
}
.TagClassName
{
border-color: #282C53;
}
</style>