Shades of Lucky Point #282F57
Tints of Lucky Point #282F57
RGB
CMYK
RGB Variations
Color information
#282F57 (or 0x282F57) is known color: Lucky Point. HEX triplet: 28, 2F and 57. RGB value is (40,47,87). Sum of RGB (Red+Green+Blue) = 40+47+87=174 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.99% from 174); Green value is 47 (18.75% from 255 or 27.01% from 174); Blue value is 87 (34.38% from 255 or 50% from 174); Max value from RGB is 87 - color contains mainly: blue. Hex color #282F57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282F57 is #D7D0A8. Grayscale: #313131. Windows color (decimal): -14143657 or 5713704. OLE color: 5713704.
HSL color Cylindrical-coordinate representation of color #282F57: hue angle of 231.06º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #282F57 is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 40 | 47 | 87 | - |
| CMYK | 0.54 | 0.46 | 0 | 0.66 |
| HSL | 231.06º | 0.37% | 0.25% | - |
| HSV(B) | 231.06º | 0.54% | 0.34% | - |
| XYZ | 3.61 | 3.17 | 9.44 | - |
| YUV | 49.47 | 149.18 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 47 | 87 | 0.54 | 0.46 | 0 | 0.66 | 231.06 | 0.37 | 0.25 |
| Hex | 28 | 2F | 57 | 36 | 2E | 0 | 42 | E7 | 25 | 19 |
| Octal | 50 | 57 | 127 | 66 | 56 | 0 | 102 | 347 | 45 | 31 |
| Binary | 101000 | 101111 | 1010111 | 110110 | 101110 | 0 | 1000010 | 11100111 | 100101 | 11001 |
Color Harmonies of #282F57
Complementary color
Monochromatic Colors of #282F57
Black with #282F57
Text Example
Text Example
White with #282F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282F57; }
p { color: rgb(40,47,87); }
H1.HeaderClassName
{
color: #282F57;
}
.AnyTagClassName
{
color: #282F57;
}
</style>
background-color css
<style>
a { background-color: #282F57; }
a { background-color: rgb(40,47,87); }
div.DivClassName
{
background-color: #282F57;
}
.BgClassName
{
background-color: #282F57;
}
</style>
border-color css
<style>
span { border-color: #282F57; }
span { border-color: rgb(40,47,87); }
td.TdClassName
{
border-color: #282F57;
}
.TagClassName
{
border-color: #282F57;
}
</style>