Shades of Lucky Point #282B5F
Tints of Lucky Point #282B5F
RGB
CMYK
RGB Variations
Color information
#282B5F (or 0x282B5F) is known color: Lucky Point. HEX triplet: 28, 2B and 5F. RGB value is (40,43,95). Sum of RGB (Red+Green+Blue) = 40+43+95=178 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.47% from 178); Green value is 43 (17.19% from 255 or 24.16% from 178); Blue value is 95 (37.5% from 255 or 53.37% from 178); Max value from RGB is 95 - color contains mainly: blue. Hex color #282B5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282B5F is #D7D4A0. Grayscale: #2F2F2F. Windows color (decimal): -14144673 or 6236968. OLE color: 6236968.
HSL color Cylindrical-coordinate representation of color #282B5F: hue angle of 236.73º 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 #282B5F is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 40 | 43 | 95 | - |
| CMYK | 0.58 | 0.55 | 0 | 0.63 |
| HSL | 236.73º | 0.41% | 0.26% | - |
| HSV(B) | 236.73º | 0.58% | 0.37% | - |
| XYZ | 3.8 | 3.01 | 11.21 | - |
| YUV | 48.03 | 154.51 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 43 | 95 | 0.58 | 0.55 | 0 | 0.63 | 236.73 | 0.41 | 0.26 |
| Hex | 28 | 2B | 5F | 3A | 37 | 0 | 3F | ED | 29 | 1A |
| Octal | 50 | 53 | 137 | 72 | 67 | 0 | 77 | 355 | 51 | 32 |
| Binary | 101000 | 101011 | 1011111 | 111010 | 110111 | 0 | 111111 | 11101101 | 101001 | 11010 |
Color Harmonies of #282B5F
Complementary color
Monochromatic Colors of #282B5F
Black with #282B5F
Text Example
Text Example
White with #282B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282B5F; }
p { color: rgb(40,43,95); }
H1.HeaderClassName
{
color: #282B5F;
}
.AnyTagClassName
{
color: #282B5F;
}
</style>
background-color css
<style>
a { background-color: #282B5F; }
a { background-color: rgb(40,43,95); }
div.DivClassName
{
background-color: #282B5F;
}
.BgClassName
{
background-color: #282B5F;
}
</style>
border-color css
<style>
span { border-color: #282B5F; }
span { border-color: rgb(40,43,95); }
td.TdClassName
{
border-color: #282B5F;
}
.TagClassName
{
border-color: #282B5F;
}
</style>