Shades of Lucky Point #2D3158
Tints of Lucky Point #2D3158
RGB
CMYK
RGB Variations
Color information
#2D3158 (or 0x2D3158) is known color: Lucky Point. HEX triplet: 2D, 31 and 58. RGB value is (45,49,88). Sum of RGB (Red+Green+Blue) = 45+49+88=182 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.73% from 182); Green value is 49 (19.53% from 255 or 26.92% from 182); Blue value is 88 (34.77% from 255 or 48.35% from 182); Max value from RGB is 88 - color contains mainly: blue. Hex color #2D3158 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D3158 is #D2CEA7. Grayscale: #343434. Windows color (decimal): -13815464 or 5779757. OLE color: 5779757.
HSL color Cylindrical-coordinate representation of color #2D3158: hue angle of 234.42º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2D3158 is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 45 | 49 | 88 | - |
| CMYK | 0.49 | 0.44 | 0 | 0.65 |
| HSL | 234.42º | 0.32% | 0.26% | - |
| HSV(B) | 234.42º | 0.49% | 0.35% | - |
| XYZ | 3.94 | 3.46 | 9.69 | - |
| YUV | 52.25 | 148.17 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 49 | 88 | 0.49 | 0.44 | 0 | 0.65 | 234.42 | 0.32 | 0.26 |
| Hex | 2D | 31 | 58 | 31 | 2C | 0 | 41 | EA | 20 | 1A |
| Octal | 55 | 61 | 130 | 61 | 54 | 0 | 101 | 352 | 40 | 32 |
| Binary | 101101 | 110001 | 1011000 | 110001 | 101100 | 0 | 1000001 | 11101010 | 100000 | 11010 |
Color Harmonies of #2D3158
Complementary color
Monochromatic Colors of #2D3158
Black with #2D3158
Text Example
Text Example
White with #2D3158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3158; }
p { color: rgb(45,49,88); }
H1.HeaderClassName
{
color: #2D3158;
}
.AnyTagClassName
{
color: #2D3158;
}
</style>
background-color css
<style>
a { background-color: #2D3158; }
a { background-color: rgb(45,49,88); }
div.DivClassName
{
background-color: #2D3158;
}
.BgClassName
{
background-color: #2D3158;
}
</style>
border-color css
<style>
span { border-color: #2D3158; }
span { border-color: rgb(45,49,88); }
td.TdClassName
{
border-color: #2D3158;
}
.TagClassName
{
border-color: #2D3158;
}
</style>