Shades of Lucky Point #2A2D5D
Tints of Lucky Point #2A2D5D
RGB
CMYK
RGB Variations
Color information
#2A2D5D (or 0x2A2D5D) is known color: Lucky Point. HEX triplet: 2A, 2D and 5D. RGB value is (42,45,93). Sum of RGB (Red+Green+Blue) = 42+45+93=180 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.33% from 180); Green value is 45 (17.97% from 255 or 25% from 180); Blue value is 93 (36.72% from 255 or 51.67% from 180); Max value from RGB is 93 - color contains mainly: blue. Hex color #2A2D5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2D5D is #D5D2A2. Grayscale: #313131. Windows color (decimal): -14013091 or 6106410. OLE color: 6106410.
HSL color Cylindrical-coordinate representation of color #2A2D5D: hue angle of 236.47º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2A2D5D is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 42 | 45 | 93 | - |
| CMYK | 0.55 | 0.52 | 0 | 0.64 |
| HSL | 236.47º | 0.38% | 0.26% | - |
| HSV(B) | 236.47º | 0.55% | 0.36% | - |
| XYZ | 3.87 | 3.16 | 10.76 | - |
| YUV | 49.58 | 152.51 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 45 | 93 | 0.55 | 0.52 | 0 | 0.64 | 236.47 | 0.38 | 0.26 |
| Hex | 2A | 2D | 5D | 37 | 34 | 0 | 40 | EC | 26 | 1A |
| Octal | 52 | 55 | 135 | 67 | 64 | 0 | 100 | 354 | 46 | 32 |
| Binary | 101010 | 101101 | 1011101 | 110111 | 110100 | 0 | 1000000 | 11101100 | 100110 | 11010 |
Color Harmonies of #2A2D5D
Complementary color
Monochromatic Colors of #2A2D5D
Black with #2A2D5D
Text Example
Text Example
White with #2A2D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2D5D; }
p { color: rgb(42,45,93); }
H1.HeaderClassName
{
color: #2A2D5D;
}
.AnyTagClassName
{
color: #2A2D5D;
}
</style>
background-color css
<style>
a { background-color: #2A2D5D; }
a { background-color: rgb(42,45,93); }
div.DivClassName
{
background-color: #2A2D5D;
}
.BgClassName
{
background-color: #2A2D5D;
}
</style>
border-color css
<style>
span { border-color: #2A2D5D; }
span { border-color: rgb(42,45,93); }
td.TdClassName
{
border-color: #2A2D5D;
}
.TagClassName
{
border-color: #2A2D5D;
}
</style>