Shades of Lucky Point #282D5C
Tints of Lucky Point #282D5C
RGB
CMYK
RGB Variations
Color information
#282D5C (or 0x282D5C) is known color: Lucky Point. HEX triplet: 28, 2D and 5C. RGB value is (40,45,92). Sum of RGB (Red+Green+Blue) = 40+45+92=177 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.60% from 177); Green value is 45 (17.97% from 255 or 25.42% from 177); Blue value is 92 (36.33% from 255 or 51.98% from 177); Max value from RGB is 92 - color contains mainly: blue. Hex color #282D5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282D5C is #D7D2A3. Grayscale: #303030. Windows color (decimal): -14144164 or 6040872. OLE color: 6040872.
HSL color Cylindrical-coordinate representation of color #282D5C: hue angle of 234.23º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #282D5C is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 45 | 92 | - |
| CMYK | 0.57 | 0.51 | 0 | 0.64 |
| HSL | 234.23º | 0.39% | 0.26% | - |
| HSV(B) | 234.23º | 0.57% | 0.36% | - |
| XYZ | 3.75 | 3.1 | 10.53 | - |
| YUV | 48.86 | 152.34 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 45 | 92 | 0.57 | 0.51 | 0 | 0.64 | 234.23 | 0.39 | 0.26 |
| Hex | 28 | 2D | 5C | 39 | 33 | 0 | 40 | EA | 27 | 1A |
| Octal | 50 | 55 | 134 | 71 | 63 | 0 | 100 | 352 | 47 | 32 |
| Binary | 101000 | 101101 | 1011100 | 111001 | 110011 | 0 | 1000000 | 11101010 | 100111 | 11010 |
Color Harmonies of #282D5C
Complementary color
Monochromatic Colors of #282D5C
Black with #282D5C
Text Example
Text Example
White with #282D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282D5C; }
p { color: rgb(40,45,92); }
H1.HeaderClassName
{
color: #282D5C;
}
.AnyTagClassName
{
color: #282D5C;
}
</style>
background-color css
<style>
a { background-color: #282D5C; }
a { background-color: rgb(40,45,92); }
div.DivClassName
{
background-color: #282D5C;
}
.BgClassName
{
background-color: #282D5C;
}
</style>
border-color css
<style>
span { border-color: #282D5C; }
span { border-color: rgb(40,45,92); }
td.TdClassName
{
border-color: #282D5C;
}
.TagClassName
{
border-color: #282D5C;
}
</style>