Shades of Lucky Point #282F5D
Tints of Lucky Point #282F5D
RGB
CMYK
RGB Variations
Color information
#282F5D (or 0x282F5D) is known color: Lucky Point. HEX triplet: 28, 2F and 5D. RGB value is (40,47,93). Sum of RGB (Red+Green+Blue) = 40+47+93=180 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.22% from 180); Green value is 47 (18.75% from 255 or 26.11% from 180); Blue value is 93 (36.72% from 255 or 51.67% from 180); Max value from RGB is 93 - color contains mainly: blue. Hex color #282F5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282F5D is #D7D0A2. Grayscale: #313131. Windows color (decimal): -14143651 or 6106920. OLE color: 6106920.
HSL color Cylindrical-coordinate representation of color #282F5D: hue angle of 232.08º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #282F5D is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 47 | 93 | - |
| CMYK | 0.57 | 0.49 | 0 | 0.64 |
| HSL | 232.08º | 0.4% | 0.26% | - |
| HSV(B) | 232.08º | 0.57% | 0.36% | - |
| XYZ | 3.87 | 3.27 | 10.78 | - |
| YUV | 50.15 | 152.18 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 47 | 93 | 0.57 | 0.49 | 0 | 0.64 | 232.08 | 0.4 | 0.26 |
| Hex | 28 | 2F | 5D | 39 | 31 | 0 | 40 | E8 | 28 | 1A |
| Octal | 50 | 57 | 135 | 71 | 61 | 0 | 100 | 350 | 50 | 32 |
| Binary | 101000 | 101111 | 1011101 | 111001 | 110001 | 0 | 1000000 | 11101000 | 101000 | 11010 |
Color Harmonies of #282F5D
Complementary color
Monochromatic Colors of #282F5D
Black with #282F5D
Text Example
Text Example
White with #282F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282F5D; }
p { color: rgb(40,47,93); }
H1.HeaderClassName
{
color: #282F5D;
}
.AnyTagClassName
{
color: #282F5D;
}
</style>
background-color css
<style>
a { background-color: #282F5D; }
a { background-color: rgb(40,47,93); }
div.DivClassName
{
background-color: #282F5D;
}
.BgClassName
{
background-color: #282F5D;
}
</style>
border-color css
<style>
span { border-color: #282F5D; }
span { border-color: rgb(40,47,93); }
td.TdClassName
{
border-color: #282F5D;
}
.TagClassName
{
border-color: #282F5D;
}
</style>