Shades of Lucky Point #282F5F
Tints of Lucky Point #282F5F
RGB
CMYK
RGB Variations
Color information
#282F5F (or 0x282F5F) is known color: Lucky Point. HEX triplet: 28, 2F and 5F. RGB value is (40,47,95). Sum of RGB (Red+Green+Blue) = 40+47+95=182 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.98% from 182); Green value is 47 (18.75% from 255 or 25.82% from 182); Blue value is 95 (37.5% from 255 or 52.20% from 182); Max value from RGB is 95 - color contains mainly: blue. Hex color #282F5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282F5F is #D7D0A0. Grayscale: #323232. Windows color (decimal): -14143649 or 6237992. OLE color: 6237992.
HSL color Cylindrical-coordinate representation of color #282F5F: hue angle of 232.36º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #282F5F is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 40 | 47 | 95 | - |
| CMYK | 0.58 | 0.51 | 0 | 0.63 |
| HSL | 232.36º | 0.41% | 0.26% | - |
| HSV(B) | 232.36º | 0.58% | 0.37% | - |
| XYZ | 3.96 | 3.31 | 11.26 | - |
| YUV | 50.38 | 153.18 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 47 | 95 | 0.58 | 0.51 | 0 | 0.63 | 232.36 | 0.41 | 0.26 |
| Hex | 28 | 2F | 5F | 3A | 33 | 0 | 3F | E8 | 29 | 1A |
| Octal | 50 | 57 | 137 | 72 | 63 | 0 | 77 | 350 | 51 | 32 |
| Binary | 101000 | 101111 | 1011111 | 111010 | 110011 | 0 | 111111 | 11101000 | 101001 | 11010 |
Color Harmonies of #282F5F
Complementary color
Monochromatic Colors of #282F5F
Black with #282F5F
Text Example
Text Example
White with #282F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282F5F; }
p { color: rgb(40,47,95); }
H1.HeaderClassName
{
color: #282F5F;
}
.AnyTagClassName
{
color: #282F5F;
}
</style>
background-color css
<style>
a { background-color: #282F5F; }
a { background-color: rgb(40,47,95); }
div.DivClassName
{
background-color: #282F5F;
}
.BgClassName
{
background-color: #282F5F;
}
</style>
border-color css
<style>
span { border-color: #282F5F; }
span { border-color: rgb(40,47,95); }
td.TdClassName
{
border-color: #282F5F;
}
.TagClassName
{
border-color: #282F5F;
}
</style>