Shades of Lucky Point #282955
Tints of Lucky Point #282955
RGB
CMYK
RGB Variations
Color information
#282955 (or 0x282955) is known color: Lucky Point. HEX triplet: 28, 29 and 55. RGB value is (40,41,85). Sum of RGB (Red+Green+Blue) = 40+41+85=166 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.10% from 166); Green value is 41 (16.41% from 255 or 24.70% from 166); Blue value is 85 (33.59% from 255 or 51.20% from 166); Max value from RGB is 85 - color contains mainly: blue. Hex color #282955 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282955 is #D7D6AA. Grayscale: #2D2D2D. Windows color (decimal): -14145195 or 5581096. OLE color: 5581096.
HSL color Cylindrical-coordinate representation of color #282955: hue angle of 238.67º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #282955 is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 40 | 41 | 85 | - |
| CMYK | 0.53 | 0.52 | 0 | 0.67 |
| HSL | 238.67º | 0.36% | 0.25% | - |
| HSV(B) | 238.67º | 0.53% | 0.33% | - |
| XYZ | 3.31 | 2.69 | 8.94 | - |
| YUV | 45.72 | 150.17 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 41 | 85 | 0.53 | 0.52 | 0 | 0.67 | 238.67 | 0.36 | 0.25 |
| Hex | 28 | 29 | 55 | 35 | 34 | 0 | 43 | EF | 24 | 19 |
| Octal | 50 | 51 | 125 | 65 | 64 | 0 | 103 | 357 | 44 | 31 |
| Binary | 101000 | 101001 | 1010101 | 110101 | 110100 | 0 | 1000011 | 11101111 | 100100 | 11001 |
Color Harmonies of #282955
Complementary color
Monochromatic Colors of #282955
Black with #282955
Text Example
Text Example
White with #282955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282955; }
p { color: rgb(40,41,85); }
H1.HeaderClassName
{
color: #282955;
}
.AnyTagClassName
{
color: #282955;
}
</style>
background-color css
<style>
a { background-color: #282955; }
a { background-color: rgb(40,41,85); }
div.DivClassName
{
background-color: #282955;
}
.BgClassName
{
background-color: #282955;
}
</style>
border-color css
<style>
span { border-color: #282955; }
span { border-color: rgb(40,41,85); }
td.TdClassName
{
border-color: #282955;
}
.TagClassName
{
border-color: #282955;
}
</style>