Shades of Lucky Point #2B324E
Tints of Lucky Point #2B324E
RGB
CMYK
RGB Variations
Color information
#2B324E (or 0x2B324E) is known color: Lucky Point. HEX triplet: 2B, 32 and 4E. RGB value is (43,50,78). Sum of RGB (Red+Green+Blue) = 43+50+78=171 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.15% from 171); Green value is 50 (19.92% from 255 or 29.24% 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 #2B324E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B324E is #D4CDB1. Grayscale: #323232. Windows color (decimal): -13946290 or 5124651. OLE color: 5124651.
HSL color Cylindrical-coordinate representation of color #2B324E: hue angle of 228º 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 #2B324E is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 43 | 50 | 78 | - |
| CMYK | 0.45 | 0.36 | 0 | 0.69 |
| HSL | 228º | 0.29% | 0.24% | - |
| HSV(B) | 228º | 0.45% | 0.31% | - |
| XYZ | 3.51 | 3.34 | 7.67 | - |
| YUV | 51.1 | 143.18 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 50 | 78 | 0.45 | 0.36 | 0 | 0.69 | 228 | 0.29 | 0.24 |
| Hex | 2B | 32 | 4E | 2D | 24 | 0 | 45 | E4 | 1D | 18 |
| Octal | 53 | 62 | 116 | 55 | 44 | 0 | 105 | 344 | 35 | 30 |
| Binary | 101011 | 110010 | 1001110 | 101101 | 100100 | 0 | 1000101 | 11100100 | 11101 | 11000 |
Color Harmonies of #2B324E
Complementary color
Monochromatic Colors of #2B324E
Black with #2B324E
Text Example
Text Example
White with #2B324E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B324E; }
p { color: rgb(43,50,78); }
H1.HeaderClassName
{
color: #2B324E;
}
.AnyTagClassName
{
color: #2B324E;
}
</style>
background-color css
<style>
a { background-color: #2B324E; }
a { background-color: rgb(43,50,78); }
div.DivClassName
{
background-color: #2B324E;
}
.BgClassName
{
background-color: #2B324E;
}
</style>
border-color css
<style>
span { border-color: #2B324E; }
span { border-color: rgb(43,50,78); }
td.TdClassName
{
border-color: #2B324E;
}
.TagClassName
{
border-color: #2B324E;
}
</style>