Shades of Lucky Point #282B5E
Tints of Lucky Point #282B5E
RGB
CMYK
RGB Variations
Color information
#282B5E (or 0x282B5E) is known color: Lucky Point. HEX triplet: 28, 2B and 5E. RGB value is (40,43,94). Sum of RGB (Red+Green+Blue) = 40+43+94=177 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.60% from 177); Green value is 43 (17.19% from 255 or 24.29% from 177); Blue value is 94 (37.11% from 255 or 53.11% from 177); Max value from RGB is 94 - color contains mainly: blue. Hex color #282B5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282B5E is #D7D4A1. Grayscale: #2F2F2F. Windows color (decimal): -14144674 or 6171432. OLE color: 6171432.
HSL color Cylindrical-coordinate representation of color #282B5E: hue angle of 236.67º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #282B5E is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 40 | 43 | 94 | - |
| CMYK | 0.57 | 0.54 | 0 | 0.63 |
| HSL | 236.67º | 0.4% | 0.26% | - |
| HSV(B) | 236.67º | 0.57% | 0.37% | - |
| XYZ | 3.76 | 2.99 | 10.97 | - |
| YUV | 47.92 | 154.01 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 43 | 94 | 0.57 | 0.54 | 0 | 0.63 | 236.67 | 0.4 | 0.26 |
| Hex | 28 | 2B | 5E | 39 | 36 | 0 | 3F | ED | 28 | 1A |
| Octal | 50 | 53 | 136 | 71 | 66 | 0 | 77 | 355 | 50 | 32 |
| Binary | 101000 | 101011 | 1011110 | 111001 | 110110 | 0 | 111111 | 11101101 | 101000 | 11010 |
Color Harmonies of #282B5E
Complementary color
Monochromatic Colors of #282B5E
Black with #282B5E
Text Example
Text Example
White with #282B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282B5E; }
p { color: rgb(40,43,94); }
H1.HeaderClassName
{
color: #282B5E;
}
.AnyTagClassName
{
color: #282B5E;
}
</style>
background-color css
<style>
a { background-color: #282B5E; }
a { background-color: rgb(40,43,94); }
div.DivClassName
{
background-color: #282B5E;
}
.BgClassName
{
background-color: #282B5E;
}
</style>
border-color css
<style>
span { border-color: #282B5E; }
span { border-color: rgb(40,43,94); }
td.TdClassName
{
border-color: #282B5E;
}
.TagClassName
{
border-color: #282B5E;
}
</style>