Shades of Lucky Point #2A3359
Tints of Lucky Point #2A3359
RGB
CMYK
RGB Variations
Color information
#2A3359 (or 0x2A3359) is known color: Lucky Point. HEX triplet: 2A, 33 and 59. RGB value is (42,51,89). Sum of RGB (Red+Green+Blue) = 42+51+89=182 (24% of max value = 765). Red value is 42 (16.80% from 255 or 23.08% from 182); Green value is 51 (20.31% from 255 or 28.02% from 182); Blue value is 89 (35.16% from 255 or 48.90% from 182); Max value from RGB is 89 - color contains mainly: blue. Hex color #2A3359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A3359 is #D5CCA6. Grayscale: #343434. Windows color (decimal): -14011559 or 5845802. OLE color: 5845802.
HSL color Cylindrical-coordinate representation of color #2A3359: hue angle of 228.51º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2A3359 is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 42 | 51 | 89 | - |
| CMYK | 0.53 | 0.43 | 0 | 0.65 |
| HSL | 228.51º | 0.36% | 0.26% | - |
| HSV(B) | 228.51º | 0.53% | 0.35% | - |
| XYZ | 3.94 | 3.58 | 9.93 | - |
| YUV | 52.64 | 148.52 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 51 | 89 | 0.53 | 0.43 | 0 | 0.65 | 228.51 | 0.36 | 0.26 |
| Hex | 2A | 33 | 59 | 35 | 2B | 0 | 41 | E5 | 24 | 1A |
| Octal | 52 | 63 | 131 | 65 | 53 | 0 | 101 | 345 | 44 | 32 |
| Binary | 101010 | 110011 | 1011001 | 110101 | 101011 | 0 | 1000001 | 11100101 | 100100 | 11010 |
Color Harmonies of #2A3359
Complementary color
Monochromatic Colors of #2A3359
Black with #2A3359
Text Example
Text Example
White with #2A3359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3359; }
p { color: rgb(42,51,89); }
H1.HeaderClassName
{
color: #2A3359;
}
.AnyTagClassName
{
color: #2A3359;
}
</style>
background-color css
<style>
a { background-color: #2A3359; }
a { background-color: rgb(42,51,89); }
div.DivClassName
{
background-color: #2A3359;
}
.BgClassName
{
background-color: #2A3359;
}
</style>
border-color css
<style>
span { border-color: #2A3359; }
span { border-color: rgb(42,51,89); }
td.TdClassName
{
border-color: #2A3359;
}
.TagClassName
{
border-color: #2A3359;
}
</style>