Shades of Lucky Point #282F4F
Tints of Lucky Point #282F4F
RGB
CMYK
RGB Variations
Color information
#282F4F (or 0x282F4F) is known color: Lucky Point. HEX triplet: 28, 2F and 4F. RGB value is (40,47,79). Sum of RGB (Red+Green+Blue) = 40+47+79=166 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.10% from 166); Green value is 47 (18.75% from 255 or 28.31% from 166); Blue value is 79 (31.25% from 255 or 47.59% from 166); Max value from RGB is 79 - color contains mainly: blue. Hex color #282F4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282F4F is #D7D0B0. Grayscale: #303030. Windows color (decimal): -14143665 or 5189416. OLE color: 5189416.
HSL color Cylindrical-coordinate representation of color #282F4F: hue angle of 229.23º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #282F4F is Cyan = 0.49, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 40 | 47 | 79 | - |
| CMYK | 0.49 | 0.41 | 0 | 0.69 |
| HSL | 229.23º | 0.33% | 0.23% | - |
| HSV(B) | 229.23º | 0.49% | 0.31% | - |
| XYZ | 3.3 | 3.05 | 7.81 | - |
| YUV | 48.56 | 145.18 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 47 | 79 | 0.49 | 0.41 | 0 | 0.69 | 229.23 | 0.33 | 0.23 |
| Hex | 28 | 2F | 4F | 31 | 29 | 0 | 45 | E5 | 21 | 17 |
| Octal | 50 | 57 | 117 | 61 | 51 | 0 | 105 | 345 | 41 | 27 |
| Binary | 101000 | 101111 | 1001111 | 110001 | 101001 | 0 | 1000101 | 11100101 | 100001 | 10111 |
Color Harmonies of #282F4F
Complementary color
Monochromatic Colors of #282F4F
Black with #282F4F
Text Example
Text Example
White with #282F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282F4F; }
p { color: rgb(40,47,79); }
H1.HeaderClassName
{
color: #282F4F;
}
.AnyTagClassName
{
color: #282F4F;
}
</style>
background-color css
<style>
a { background-color: #282F4F; }
a { background-color: rgb(40,47,79); }
div.DivClassName
{
background-color: #282F4F;
}
.BgClassName
{
background-color: #282F4F;
}
</style>
border-color css
<style>
span { border-color: #282F4F; }
span { border-color: rgb(40,47,79); }
td.TdClassName
{
border-color: #282F4F;
}
.TagClassName
{
border-color: #282F4F;
}
</style>