Shades of Lucky Point #2D3558
Tints of Lucky Point #2D3558
RGB
CMYK
RGB Variations
Color information
#2D3558 (or 0x2D3558) is known color: Lucky Point. HEX triplet: 2D, 35 and 58. RGB value is (45,53,88). Sum of RGB (Red+Green+Blue) = 45+53+88=186 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.19% from 186); Green value is 53 (21.09% from 255 or 28.49% from 186); Blue value is 88 (34.77% from 255 or 47.31% from 186); Max value from RGB is 88 - color contains mainly: blue. Hex color #2D3558 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D3558 is #D2CAA7. Grayscale: #363636. Windows color (decimal): -13814440 or 5780781. OLE color: 5780781.
HSL color Cylindrical-coordinate representation of color #2D3558: hue angle of 228.84º 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 #2D3558 is Cyan = 0.49, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 45 | 53 | 88 | - |
| CMYK | 0.49 | 0.40 | 0 | 0.65 |
| HSL | 228.84º | 0.32% | 0.26% | - |
| HSV(B) | 228.84º | 0.49% | 0.35% | - |
| XYZ | 4.12 | 3.81 | 9.75 | - |
| YUV | 54.6 | 146.85 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 53 | 88 | 0.49 | 0.40 | 0 | 0.65 | 228.84 | 0.32 | 0.26 |
| Hex | 2D | 35 | 58 | 31 | 28 | 0 | 41 | E5 | 20 | 1A |
| Octal | 55 | 65 | 130 | 61 | 50 | 0 | 101 | 345 | 40 | 32 |
| Binary | 101101 | 110101 | 1011000 | 110001 | 101000 | 0 | 1000001 | 11100101 | 100000 | 11010 |
Color Harmonies of #2D3558
Complementary color
Monochromatic Colors of #2D3558
Black with #2D3558
Text Example
Text Example
White with #2D3558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3558; }
p { color: rgb(45,53,88); }
H1.HeaderClassName
{
color: #2D3558;
}
.AnyTagClassName
{
color: #2D3558;
}
</style>
background-color css
<style>
a { background-color: #2D3558; }
a { background-color: rgb(45,53,88); }
div.DivClassName
{
background-color: #2D3558;
}
.BgClassName
{
background-color: #2D3558;
}
</style>
border-color css
<style>
span { border-color: #2D3558; }
span { border-color: rgb(45,53,88); }
td.TdClassName
{
border-color: #2D3558;
}
.TagClassName
{
border-color: #2D3558;
}
</style>