Shades of Lucky Point #2A2E5C
Tints of Lucky Point #2A2E5C
RGB
CMYK
RGB Variations
Color information
#2A2E5C (or 0x2A2E5C) is known color: Lucky Point. HEX triplet: 2A, 2E and 5C. RGB value is (42,46,92). Sum of RGB (Red+Green+Blue) = 42+46+92=180 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.33% from 180); Green value is 46 (18.36% from 255 or 25.56% from 180); Blue value is 92 (36.33% from 255 or 51.11% from 180); Max value from RGB is 92 - color contains mainly: blue. Hex color #2A2E5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2E5C is #D5D1A3. Grayscale: #313131. Windows color (decimal): -14012836 or 6041130. OLE color: 6041130.
HSL color Cylindrical-coordinate representation of color #2A2E5C: hue angle of 235.2º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2A2E5C is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 42 | 46 | 92 | - |
| CMYK | 0.54 | 0.50 | 0 | 0.64 |
| HSL | 235.2º | 0.37% | 0.26% | - |
| HSV(B) | 235.2º | 0.54% | 0.36% | - |
| XYZ | 3.86 | 3.22 | 10.54 | - |
| YUV | 50.05 | 151.67 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 46 | 92 | 0.54 | 0.50 | 0 | 0.64 | 235.2 | 0.37 | 0.26 |
| Hex | 2A | 2E | 5C | 36 | 32 | 0 | 40 | EB | 25 | 1A |
| Octal | 52 | 56 | 134 | 66 | 62 | 0 | 100 | 353 | 45 | 32 |
| Binary | 101010 | 101110 | 1011100 | 110110 | 110010 | 0 | 1000000 | 11101011 | 100101 | 11010 |
Color Harmonies of #2A2E5C
Complementary color
Monochromatic Colors of #2A2E5C
Black with #2A2E5C
Text Example
Text Example
White with #2A2E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2E5C; }
p { color: rgb(42,46,92); }
H1.HeaderClassName
{
color: #2A2E5C;
}
.AnyTagClassName
{
color: #2A2E5C;
}
</style>
background-color css
<style>
a { background-color: #2A2E5C; }
a { background-color: rgb(42,46,92); }
div.DivClassName
{
background-color: #2A2E5C;
}
.BgClassName
{
background-color: #2A2E5C;
}
</style>
border-color css
<style>
span { border-color: #2A2E5C; }
span { border-color: rgb(42,46,92); }
td.TdClassName
{
border-color: #2A2E5C;
}
.TagClassName
{
border-color: #2A2E5C;
}
</style>