Shades of Lucky Point #2D304E
Tints of Lucky Point #2D304E
RGB
CMYK
RGB Variations
Color information
#2D304E (or 0x2D304E) is known color: Lucky Point. HEX triplet: 2D, 30 and 4E. RGB value is (45,48,78). Sum of RGB (Red+Green+Blue) = 45+48+78=171 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.32% from 171); Green value is 48 (19.14% from 255 or 28.07% from 171); Blue value is 78 (30.86% from 255 or 45.61% from 171); Max value from RGB is 78 - color contains mainly: blue. Hex color #2D304E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D304E is #D2CFB1. Grayscale: #323232. Windows color (decimal): -13815730 or 5124141. OLE color: 5124141.
HSL color Cylindrical-coordinate representation of color #2D304E: hue angle of 234.55º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2D304E is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 45 | 48 | 78 | - |
| CMYK | 0.42 | 0.38 | 0 | 0.69 |
| HSL | 234.55º | 0.27% | 0.24% | - |
| HSV(B) | 234.55º | 0.42% | 0.31% | - |
| XYZ | 3.51 | 3.22 | 7.64 | - |
| YUV | 50.52 | 143.51 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 48 | 78 | 0.42 | 0.38 | 0 | 0.69 | 234.55 | 0.27 | 0.24 |
| Hex | 2D | 30 | 4E | 2A | 26 | 0 | 45 | EB | 1B | 18 |
| Octal | 55 | 60 | 116 | 52 | 46 | 0 | 105 | 353 | 33 | 30 |
| Binary | 101101 | 110000 | 1001110 | 101010 | 100110 | 0 | 1000101 | 11101011 | 11011 | 11000 |
Color Harmonies of #2D304E
Complementary color
Monochromatic Colors of #2D304E
Black with #2D304E
Text Example
Text Example
White with #2D304E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D304E; }
p { color: rgb(45,48,78); }
H1.HeaderClassName
{
color: #2D304E;
}
.AnyTagClassName
{
color: #2D304E;
}
</style>
background-color css
<style>
a { background-color: #2D304E; }
a { background-color: rgb(45,48,78); }
div.DivClassName
{
background-color: #2D304E;
}
.BgClassName
{
background-color: #2D304E;
}
</style>
border-color css
<style>
span { border-color: #2D304E; }
span { border-color: rgb(45,48,78); }
td.TdClassName
{
border-color: #2D304E;
}
.TagClassName
{
border-color: #2D304E;
}
</style>