Shades of Lucky Point #2A2D59
Tints of Lucky Point #2A2D59
RGB
CMYK
RGB Variations
Color information
#2A2D59 (or 0x2A2D59) is known color: Lucky Point. HEX triplet: 2A, 2D and 59. RGB value is (42,45,89). Sum of RGB (Red+Green+Blue) = 42+45+89=176 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.86% from 176); Green value is 45 (17.97% from 255 or 25.57% from 176); Blue value is 89 (35.16% from 255 or 50.57% from 176); Max value from RGB is 89 - color contains mainly: blue. Hex color #2A2D59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2D59 is #D5D2A6. Grayscale: #303030. Windows color (decimal): -14013095 or 5844266. OLE color: 5844266.
HSL color Cylindrical-coordinate representation of color #2A2D59: hue angle of 236.17º 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 #2A2D59 is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 42 | 45 | 89 | - |
| CMYK | 0.53 | 0.49 | 0 | 0.65 |
| HSL | 236.17º | 0.36% | 0.26% | - |
| HSV(B) | 236.17º | 0.53% | 0.35% | - |
| XYZ | 3.7 | 3.09 | 9.85 | - |
| YUV | 49.12 | 150.51 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 45 | 89 | 0.53 | 0.49 | 0 | 0.65 | 236.17 | 0.36 | 0.26 |
| Hex | 2A | 2D | 59 | 35 | 31 | 0 | 41 | EC | 24 | 1A |
| Octal | 52 | 55 | 131 | 65 | 61 | 0 | 101 | 354 | 44 | 32 |
| Binary | 101010 | 101101 | 1011001 | 110101 | 110001 | 0 | 1000001 | 11101100 | 100100 | 11010 |
Color Harmonies of #2A2D59
Complementary color
Monochromatic Colors of #2A2D59
Black with #2A2D59
Text Example
Text Example
White with #2A2D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2D59; }
p { color: rgb(42,45,89); }
H1.HeaderClassName
{
color: #2A2D59;
}
.AnyTagClassName
{
color: #2A2D59;
}
</style>
background-color css
<style>
a { background-color: #2A2D59; }
a { background-color: rgb(42,45,89); }
div.DivClassName
{
background-color: #2A2D59;
}
.BgClassName
{
background-color: #2A2D59;
}
</style>
border-color css
<style>
span { border-color: #2A2D59; }
span { border-color: rgb(42,45,89); }
td.TdClassName
{
border-color: #2A2D59;
}
.TagClassName
{
border-color: #2A2D59;
}
</style>