Shades of Lucky Point #282F4B
Tints of Lucky Point #282F4B
RGB
CMYK
RGB Variations
Color information
#282F4B (or 0x282F4B) is known color: Lucky Point. HEX triplet: 28, 2F and 4B. RGB value is (40,47,75). Sum of RGB (Red+Green+Blue) = 40+47+75=162 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.69% from 162); Green value is 47 (18.75% from 255 or 29.01% from 162); Blue value is 75 (29.69% from 255 or 46.30% from 162); Max value from RGB is 75 - color contains mainly: blue. Hex color #282F4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282F4B is #D7D0B4. Grayscale: #2F2F2F. Windows color (decimal): -14143669 or 4927272. OLE color: 4927272.
HSL color Cylindrical-coordinate representation of color #282F4B: hue angle of 228º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #282F4B is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 40 | 47 | 75 | - |
| CMYK | 0.47 | 0.37 | 0 | 0.71 |
| HSL | 228º | 0.3% | 0.23% | - |
| HSV(B) | 228º | 0.47% | 0.29% | - |
| XYZ | 3.16 | 2.99 | 7.07 | - |
| YUV | 48.1 | 143.18 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 47 | 75 | 0.47 | 0.37 | 0 | 0.71 | 228 | 0.3 | 0.23 |
| Hex | 28 | 2F | 4B | 2F | 25 | 0 | 47 | E4 | 1E | 17 |
| Octal | 50 | 57 | 113 | 57 | 45 | 0 | 107 | 344 | 36 | 27 |
| Binary | 101000 | 101111 | 1001011 | 101111 | 100101 | 0 | 1000111 | 11100100 | 11110 | 10111 |
Color Harmonies of #282F4B
Complementary color
Monochromatic Colors of #282F4B
Black with #282F4B
Text Example
Text Example
White with #282F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282F4B; }
p { color: rgb(40,47,75); }
H1.HeaderClassName
{
color: #282F4B;
}
.AnyTagClassName
{
color: #282F4B;
}
</style>
background-color css
<style>
a { background-color: #282F4B; }
a { background-color: rgb(40,47,75); }
div.DivClassName
{
background-color: #282F4B;
}
.BgClassName
{
background-color: #282F4B;
}
</style>
border-color css
<style>
span { border-color: #282F4B; }
span { border-color: rgb(40,47,75); }
td.TdClassName
{
border-color: #282F4B;
}
.TagClassName
{
border-color: #282F4B;
}
</style>