Shades of Lucky Point #2A2F5C
Tints of Lucky Point #2A2F5C
RGB
CMYK
RGB Variations
Color information
#2A2F5C (or 0x2A2F5C) is known color: Lucky Point. HEX triplet: 2A, 2F and 5C. RGB value is (42,47,92). Sum of RGB (Red+Green+Blue) = 42+47+92=181 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.20% from 181); Green value is 47 (18.75% from 255 or 25.97% from 181); Blue value is 92 (36.33% from 255 or 50.83% from 181); Max value from RGB is 92 - color contains mainly: blue. Hex color #2A2F5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2F5C is #D5D0A3. Grayscale: #323232. Windows color (decimal): -14012580 or 6041386. OLE color: 6041386.
HSL color Cylindrical-coordinate representation of color #2A2F5C: hue angle of 234º 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 #2A2F5C is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 42 | 47 | 92 | - |
| CMYK | 0.54 | 0.49 | 0 | 0.64 |
| HSL | 234º | 0.37% | 0.26% | - |
| HSV(B) | 234º | 0.54% | 0.36% | - |
| XYZ | 3.9 | 3.3 | 10.56 | - |
| YUV | 50.64 | 151.34 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 47 | 92 | 0.54 | 0.49 | 0 | 0.64 | 234 | 0.37 | 0.26 |
| Hex | 2A | 2F | 5C | 36 | 31 | 0 | 40 | EA | 25 | 1A |
| Octal | 52 | 57 | 134 | 66 | 61 | 0 | 100 | 352 | 45 | 32 |
| Binary | 101010 | 101111 | 1011100 | 110110 | 110001 | 0 | 1000000 | 11101010 | 100101 | 11010 |
Color Harmonies of #2A2F5C
Complementary color
Monochromatic Colors of #2A2F5C
Black with #2A2F5C
Text Example
Text Example
White with #2A2F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2F5C; }
p { color: rgb(42,47,92); }
H1.HeaderClassName
{
color: #2A2F5C;
}
.AnyTagClassName
{
color: #2A2F5C;
}
</style>
background-color css
<style>
a { background-color: #2A2F5C; }
a { background-color: rgb(42,47,92); }
div.DivClassName
{
background-color: #2A2F5C;
}
.BgClassName
{
background-color: #2A2F5C;
}
</style>
border-color css
<style>
span { border-color: #2A2F5C; }
span { border-color: rgb(42,47,92); }
td.TdClassName
{
border-color: #2A2F5C;
}
.TagClassName
{
border-color: #2A2F5C;
}
</style>