Shades of Lucky Point #2B314E
Tints of Lucky Point #2B314E
RGB
CMYK
RGB Variations
Color information
#2B314E (or 0x2B314E) is known color: Lucky Point. HEX triplet: 2B, 31 and 4E. RGB value is (43,49,78). Sum of RGB (Red+Green+Blue) = 43+49+78=170 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.29% from 170); Green value is 49 (19.53% from 255 or 28.82% from 170); Blue value is 78 (30.86% from 255 or 45.88% from 170); Max value from RGB is 78 - color contains mainly: blue. Hex color #2B314E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B314E is #D4CEB1. Grayscale: #323232. Windows color (decimal): -13946546 or 5124395. OLE color: 5124395.
HSL color Cylindrical-coordinate representation of color #2B314E: hue angle of 229.71º degrees, saturation: 0.29, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2B314E is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 43 | 49 | 78 | - |
| CMYK | 0.45 | 0.37 | 0 | 0.69 |
| HSL | 229.71º | 0.29% | 0.24% | - |
| HSV(B) | 229.71º | 0.45% | 0.31% | - |
| XYZ | 3.47 | 3.26 | 7.65 | - |
| YUV | 50.51 | 143.51 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 49 | 78 | 0.45 | 0.37 | 0 | 0.69 | 229.71 | 0.29 | 0.24 |
| Hex | 2B | 31 | 4E | 2D | 25 | 0 | 45 | E6 | 1D | 18 |
| Octal | 53 | 61 | 116 | 55 | 45 | 0 | 105 | 346 | 35 | 30 |
| Binary | 101011 | 110001 | 1001110 | 101101 | 100101 | 0 | 1000101 | 11100110 | 11101 | 11000 |
Color Harmonies of #2B314E
Complementary color
Monochromatic Colors of #2B314E
Black with #2B314E
Text Example
Text Example
White with #2B314E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B314E; }
p { color: rgb(43,49,78); }
H1.HeaderClassName
{
color: #2B314E;
}
.AnyTagClassName
{
color: #2B314E;
}
</style>
background-color css
<style>
a { background-color: #2B314E; }
a { background-color: rgb(43,49,78); }
div.DivClassName
{
background-color: #2B314E;
}
.BgClassName
{
background-color: #2B314E;
}
</style>
border-color css
<style>
span { border-color: #2B314E; }
span { border-color: rgb(43,49,78); }
td.TdClassName
{
border-color: #2B314E;
}
.TagClassName
{
border-color: #2B314E;
}
</style>