Shades of Lucky Point #2B324F
Tints of Lucky Point #2B324F
RGB
CMYK
RGB Variations
Color information
#2B324F (or 0x2B324F) is known color: Lucky Point. HEX triplet: 2B, 32 and 4F. RGB value is (43,50,79). Sum of RGB (Red+Green+Blue) = 43+50+79=172 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25% from 172); Green value is 50 (19.92% from 255 or 29.07% from 172); Blue value is 79 (31.25% from 255 or 45.93% from 172); Max value from RGB is 79 - color contains mainly: blue. Hex color #2B324F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B324F is #D4CDB0. Grayscale: #333333. Windows color (decimal): -13946289 or 5190187. OLE color: 5190187.
HSL color Cylindrical-coordinate representation of color #2B324F: hue angle of 228.33º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2B324F is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 43 | 50 | 79 | - |
| CMYK | 0.46 | 0.37 | 0 | 0.69 |
| HSL | 228.33º | 0.3% | 0.24% | - |
| HSV(B) | 228.33º | 0.46% | 0.31% | - |
| XYZ | 3.55 | 3.36 | 7.86 | - |
| YUV | 51.21 | 143.68 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 50 | 79 | 0.46 | 0.37 | 0 | 0.69 | 228.33 | 0.3 | 0.24 |
| Hex | 2B | 32 | 4F | 2E | 25 | 0 | 45 | E4 | 1E | 18 |
| Octal | 53 | 62 | 117 | 56 | 45 | 0 | 105 | 344 | 36 | 30 |
| Binary | 101011 | 110010 | 1001111 | 101110 | 100101 | 0 | 1000101 | 11100100 | 11110 | 11000 |
Color Harmonies of #2B324F
Complementary color
Monochromatic Colors of #2B324F
Black with #2B324F
Text Example
Text Example
White with #2B324F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B324F; }
p { color: rgb(43,50,79); }
H1.HeaderClassName
{
color: #2B324F;
}
.AnyTagClassName
{
color: #2B324F;
}
</style>
background-color css
<style>
a { background-color: #2B324F; }
a { background-color: rgb(43,50,79); }
div.DivClassName
{
background-color: #2B324F;
}
.BgClassName
{
background-color: #2B324F;
}
</style>
border-color css
<style>
span { border-color: #2B324F; }
span { border-color: rgb(43,50,79); }
td.TdClassName
{
border-color: #2B324F;
}
.TagClassName
{
border-color: #2B324F;
}
</style>