Shades of Lucky Point #2D3459
Tints of Lucky Point #2D3459
RGB
CMYK
RGB Variations
Color information
#2D3459 (or 0x2D3459) is known color: Lucky Point. HEX triplet: 2D, 34 and 59. RGB value is (45,52,89). Sum of RGB (Red+Green+Blue) = 45+52+89=186 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.19% from 186); Green value is 52 (20.70% from 255 or 27.96% from 186); Blue value is 89 (35.16% from 255 or 47.85% from 186); Max value from RGB is 89 - color contains mainly: blue. Hex color #2D3459 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D3459 is #D2CBA6. Grayscale: #353535. Windows color (decimal): -13814695 or 5846061. OLE color: 5846061.
HSL color Cylindrical-coordinate representation of color #2D3459: hue angle of 230.45º degrees, saturation: 0.33, 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 #2D3459 is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 45 | 52 | 89 | - |
| CMYK | 0.49 | 0.42 | 0 | 0.65 |
| HSL | 230.45º | 0.33% | 0.26% | - |
| HSV(B) | 230.45º | 0.49% | 0.35% | - |
| XYZ | 4.11 | 3.74 | 9.96 | - |
| YUV | 54.13 | 147.68 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 52 | 89 | 0.49 | 0.42 | 0 | 0.65 | 230.45 | 0.33 | 0.26 |
| Hex | 2D | 34 | 59 | 31 | 2A | 0 | 41 | E6 | 21 | 1A |
| Octal | 55 | 64 | 131 | 61 | 52 | 0 | 101 | 346 | 41 | 32 |
| Binary | 101101 | 110100 | 1011001 | 110001 | 101010 | 0 | 1000001 | 11100110 | 100001 | 11010 |
Color Harmonies of #2D3459
Complementary color
Monochromatic Colors of #2D3459
Black with #2D3459
Text Example
Text Example
White with #2D3459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3459; }
p { color: rgb(45,52,89); }
H1.HeaderClassName
{
color: #2D3459;
}
.AnyTagClassName
{
color: #2D3459;
}
</style>
background-color css
<style>
a { background-color: #2D3459; }
a { background-color: rgb(45,52,89); }
div.DivClassName
{
background-color: #2D3459;
}
.BgClassName
{
background-color: #2D3459;
}
</style>
border-color css
<style>
span { border-color: #2D3459; }
span { border-color: rgb(45,52,89); }
td.TdClassName
{
border-color: #2D3459;
}
.TagClassName
{
border-color: #2D3459;
}
</style>