Shades of Lucky Point #2A3459
Tints of Lucky Point #2A3459
RGB
CMYK
RGB Variations
Color information
#2A3459 (or 0x2A3459) is known color: Lucky Point. HEX triplet: 2A, 34 and 59. RGB value is (42,52,89). Sum of RGB (Red+Green+Blue) = 42+52+89=183 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.95% from 183); Green value is 52 (20.70% from 255 or 28.42% from 183); Blue value is 89 (35.16% from 255 or 48.63% from 183); Max value from RGB is 89 - color contains mainly: blue. Hex color #2A3459 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A3459 is #D5CBA6. Grayscale: #353535. Windows color (decimal): -14011303 or 5846058. OLE color: 5846058.
HSL color Cylindrical-coordinate representation of color #2A3459: hue angle of 227.23º 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 #2A3459 is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 42 | 52 | 89 | - |
| CMYK | 0.53 | 0.42 | 0 | 0.65 |
| HSL | 227.23º | 0.36% | 0.26% | - |
| HSV(B) | 227.23º | 0.53% | 0.35% | - |
| XYZ | 3.99 | 3.67 | 9.95 | - |
| YUV | 53.23 | 148.19 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 52 | 89 | 0.53 | 0.42 | 0 | 0.65 | 227.23 | 0.36 | 0.26 |
| Hex | 2A | 34 | 59 | 35 | 2A | 0 | 41 | E3 | 24 | 1A |
| Octal | 52 | 64 | 131 | 65 | 52 | 0 | 101 | 343 | 44 | 32 |
| Binary | 101010 | 110100 | 1011001 | 110101 | 101010 | 0 | 1000001 | 11100011 | 100100 | 11010 |
Color Harmonies of #2A3459
Complementary color
Monochromatic Colors of #2A3459
Black with #2A3459
Text Example
Text Example
White with #2A3459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3459; }
p { color: rgb(42,52,89); }
H1.HeaderClassName
{
color: #2A3459;
}
.AnyTagClassName
{
color: #2A3459;
}
</style>
background-color css
<style>
a { background-color: #2A3459; }
a { background-color: rgb(42,52,89); }
div.DivClassName
{
background-color: #2A3459;
}
.BgClassName
{
background-color: #2A3459;
}
</style>
border-color css
<style>
span { border-color: #2A3459; }
span { border-color: rgb(42,52,89); }
td.TdClassName
{
border-color: #2A3459;
}
.TagClassName
{
border-color: #2A3459;
}
</style>