Shades of Lucky Point #282A5C
Tints of Lucky Point #282A5C
RGB
CMYK
RGB Variations
Color information
#282A5C (or 0x282A5C) is known color: Lucky Point. HEX triplet: 28, 2A and 5C. RGB value is (40,42,92). Sum of RGB (Red+Green+Blue) = 40+42+92=174 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.99% from 174); Green value is 42 (16.80% from 255 or 24.14% from 174); Blue value is 92 (36.33% from 255 or 52.87% from 174); Max value from RGB is 92 - color contains mainly: blue. Hex color #282A5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282A5C is #D7D5A3. Grayscale: #2E2E2E. Windows color (decimal): -14144932 or 6040104. OLE color: 6040104.
HSL color Cylindrical-coordinate representation of color #282A5C: hue angle of 237.69º 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 #282A5C is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 42 | 92 | - |
| CMYK | 0.57 | 0.54 | 0 | 0.64 |
| HSL | 237.69º | 0.39% | 0.26% | - |
| HSV(B) | 237.69º | 0.57% | 0.36% | - |
| XYZ | 3.63 | 2.88 | 10.49 | - |
| YUV | 47.1 | 153.34 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 42 | 92 | 0.57 | 0.54 | 0 | 0.64 | 237.69 | 0.39 | 0.26 |
| Hex | 28 | 2A | 5C | 39 | 36 | 0 | 40 | EE | 27 | 1A |
| Octal | 50 | 52 | 134 | 71 | 66 | 0 | 100 | 356 | 47 | 32 |
| Binary | 101000 | 101010 | 1011100 | 111001 | 110110 | 0 | 1000000 | 11101110 | 100111 | 11010 |
Color Harmonies of #282A5C
Complementary color
Monochromatic Colors of #282A5C
Black with #282A5C
Text Example
Text Example
White with #282A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282A5C; }
p { color: rgb(40,42,92); }
H1.HeaderClassName
{
color: #282A5C;
}
.AnyTagClassName
{
color: #282A5C;
}
</style>
background-color css
<style>
a { background-color: #282A5C; }
a { background-color: rgb(40,42,92); }
div.DivClassName
{
background-color: #282A5C;
}
.BgClassName
{
background-color: #282A5C;
}
</style>
border-color css
<style>
span { border-color: #282A5C; }
span { border-color: rgb(40,42,92); }
td.TdClassName
{
border-color: #282A5C;
}
.TagClassName
{
border-color: #282A5C;
}
</style>