Shades of Lucky Point #282B4A
Tints of Lucky Point #282B4A
RGB
CMYK
RGB Variations
Color information
#282B4A (or 0x282B4A) is known color: Lucky Point. HEX triplet: 28, 2B and 4A. RGB value is (40,43,74). Sum of RGB (Red+Green+Blue) = 40+43+74=157 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.48% from 157); Green value is 43 (17.19% from 255 or 27.39% from 157); Blue value is 74 (29.30% from 255 or 47.13% from 157); Max value from RGB is 74 - color contains mainly: blue. Hex color #282B4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282B4A is #D7D4B5. Grayscale: #2D2D2D. Windows color (decimal): -14144694 or 4860712. OLE color: 4860712.
HSL color Cylindrical-coordinate representation of color #282B4A: hue angle of 234.71º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #282B4A is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 40 | 43 | 74 | - |
| CMYK | 0.46 | 0.42 | 0 | 0.71 |
| HSL | 234.71º | 0.3% | 0.22% | - |
| HSV(B) | 234.71º | 0.46% | 0.29% | - |
| XYZ | 2.97 | 2.67 | 6.84 | - |
| YUV | 45.64 | 144.01 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 43 | 74 | 0.46 | 0.42 | 0 | 0.71 | 234.71 | 0.3 | 0.22 |
| Hex | 28 | 2B | 4A | 2E | 2A | 0 | 47 | EB | 1E | 16 |
| Octal | 50 | 53 | 112 | 56 | 52 | 0 | 107 | 353 | 36 | 26 |
| Binary | 101000 | 101011 | 1001010 | 101110 | 101010 | 0 | 1000111 | 11101011 | 11110 | 10110 |
Color Harmonies of #282B4A
Complementary color
Monochromatic Colors of #282B4A
Black with #282B4A
Text Example
Text Example
White with #282B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282B4A; }
p { color: rgb(40,43,74); }
H1.HeaderClassName
{
color: #282B4A;
}
.AnyTagClassName
{
color: #282B4A;
}
</style>
background-color css
<style>
a { background-color: #282B4A; }
a { background-color: rgb(40,43,74); }
div.DivClassName
{
background-color: #282B4A;
}
.BgClassName
{
background-color: #282B4A;
}
</style>
border-color css
<style>
span { border-color: #282B4A; }
span { border-color: rgb(40,43,74); }
td.TdClassName
{
border-color: #282B4A;
}
.TagClassName
{
border-color: #282B4A;
}
</style>