Shades of Lucky Point #2D3048
Tints of Lucky Point #2D3048
RGB
CMYK
RGB Variations
Color information
#2D3048 (or 0x2D3048) is known color: Lucky Point. HEX triplet: 2D, 30 and 48. RGB value is (45,48,72). Sum of RGB (Red+Green+Blue) = 45+48+72=165 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.27% from 165); Green value is 48 (19.14% from 255 or 29.09% from 165); Blue value is 72 (28.52% from 255 or 43.64% from 165); Max value from RGB is 72 - color contains mainly: blue. Hex color #2D3048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3048 is #D2CFB7. Grayscale: #313131. Windows color (decimal): -13815736 or 4730925. OLE color: 4730925.
HSL color Cylindrical-coordinate representation of color #2D3048: hue angle of 233.33º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2D3048 is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 45 | 48 | 72 | - |
| CMYK | 0.38 | 0.33 | 0 | 0.72 |
| HSL | 233.33º | 0.23% | 0.23% | - |
| HSV(B) | 233.33º | 0.38% | 0.28% | - |
| XYZ | 3.31 | 3.14 | 6.56 | - |
| YUV | 49.84 | 140.51 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 48 | 72 | 0.38 | 0.33 | 0 | 0.72 | 233.33 | 0.23 | 0.23 |
| Hex | 2D | 30 | 48 | 26 | 21 | 0 | 48 | E9 | 17 | 17 |
| Octal | 55 | 60 | 110 | 46 | 41 | 0 | 110 | 351 | 27 | 27 |
| Binary | 101101 | 110000 | 1001000 | 100110 | 100001 | 0 | 1001000 | 11101001 | 10111 | 10111 |
Color Harmonies of #2D3048
Complementary color
Monochromatic Colors of #2D3048
Black with #2D3048
Text Example
Text Example
White with #2D3048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3048; }
p { color: rgb(45,48,72); }
H1.HeaderClassName
{
color: #2D3048;
}
.AnyTagClassName
{
color: #2D3048;
}
</style>
background-color css
<style>
a { background-color: #2D3048; }
a { background-color: rgb(45,48,72); }
div.DivClassName
{
background-color: #2D3048;
}
.BgClassName
{
background-color: #2D3048;
}
</style>
border-color css
<style>
span { border-color: #2D3048; }
span { border-color: rgb(45,48,72); }
td.TdClassName
{
border-color: #2D3048;
}
.TagClassName
{
border-color: #2D3048;
}
</style>