Shades of Lucky Point #282D58
Tints of Lucky Point #282D58
RGB
CMYK
RGB Variations
Color information
#282D58 (or 0x282D58) is known color: Lucky Point. HEX triplet: 28, 2D and 58. RGB value is (40,45,88). Sum of RGB (Red+Green+Blue) = 40+45+88=173 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.12% from 173); Green value is 45 (17.97% from 255 or 26.01% from 173); Blue value is 88 (34.77% from 255 or 50.87% from 173); Max value from RGB is 88 - color contains mainly: blue. Hex color #282D58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282D58 is #D7D2A7. Grayscale: #303030. Windows color (decimal): -14144168 or 5778728. OLE color: 5778728.
HSL color Cylindrical-coordinate representation of color #282D58: hue angle of 233.75º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #282D58 is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 45 | 88 | - |
| CMYK | 0.55 | 0.49 | 0 | 0.65 |
| HSL | 233.75º | 0.38% | 0.25% | - |
| HSV(B) | 233.75º | 0.55% | 0.35% | - |
| XYZ | 3.57 | 3.03 | 9.63 | - |
| YUV | 48.41 | 150.34 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 45 | 88 | 0.55 | 0.49 | 0 | 0.65 | 233.75 | 0.38 | 0.25 |
| Hex | 28 | 2D | 58 | 37 | 31 | 0 | 41 | EA | 26 | 19 |
| Octal | 50 | 55 | 130 | 67 | 61 | 0 | 101 | 352 | 46 | 31 |
| Binary | 101000 | 101101 | 1011000 | 110111 | 110001 | 0 | 1000001 | 11101010 | 100110 | 11001 |
Color Harmonies of #282D58
Complementary color
Monochromatic Colors of #282D58
Black with #282D58
Text Example
Text Example
White with #282D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282D58; }
p { color: rgb(40,45,88); }
H1.HeaderClassName
{
color: #282D58;
}
.AnyTagClassName
{
color: #282D58;
}
</style>
background-color css
<style>
a { background-color: #282D58; }
a { background-color: rgb(40,45,88); }
div.DivClassName
{
background-color: #282D58;
}
.BgClassName
{
background-color: #282D58;
}
</style>
border-color css
<style>
span { border-color: #282D58; }
span { border-color: rgb(40,45,88); }
td.TdClassName
{
border-color: #282D58;
}
.TagClassName
{
border-color: #282D58;
}
</style>