Shades of Lucky Point #2A2F4D
Tints of Lucky Point #2A2F4D
RGB
CMYK
RGB Variations
Color information
#2A2F4D (or 0x2A2F4D) is known color: Lucky Point. HEX triplet: 2A, 2F and 4D. RGB value is (42,47,77). Sum of RGB (Red+Green+Blue) = 42+47+77=166 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.30% from 166); Green value is 47 (18.75% from 255 or 28.31% from 166); Blue value is 77 (30.47% from 255 or 46.39% from 166); Max value from RGB is 77 - color contains mainly: blue. Hex color #2A2F4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2F4D is #D5D0B2. Grayscale: #303030. Windows color (decimal): -14012595 or 5058346. OLE color: 5058346.
HSL color Cylindrical-coordinate representation of color #2A2F4D: hue angle of 231.43º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2A2F4D is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 42 | 47 | 77 | - |
| CMYK | 0.45 | 0.39 | 0 | 0.70 |
| HSL | 231.43º | 0.29% | 0.23% | - |
| HSV(B) | 231.43º | 0.45% | 0.3% | - |
| XYZ | 3.31 | 3.06 | 7.44 | - |
| YUV | 48.93 | 143.84 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 47 | 77 | 0.45 | 0.39 | 0 | 0.70 | 231.43 | 0.29 | 0.23 |
| Hex | 2A | 2F | 4D | 2D | 27 | 0 | 46 | E7 | 1D | 17 |
| Octal | 52 | 57 | 115 | 55 | 47 | 0 | 106 | 347 | 35 | 27 |
| Binary | 101010 | 101111 | 1001101 | 101101 | 100111 | 0 | 1000110 | 11100111 | 11101 | 10111 |
Color Harmonies of #2A2F4D
Complementary color
Monochromatic Colors of #2A2F4D
Black with #2A2F4D
Text Example
Text Example
White with #2A2F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2F4D; }
p { color: rgb(42,47,77); }
H1.HeaderClassName
{
color: #2A2F4D;
}
.AnyTagClassName
{
color: #2A2F4D;
}
</style>
background-color css
<style>
a { background-color: #2A2F4D; }
a { background-color: rgb(42,47,77); }
div.DivClassName
{
background-color: #2A2F4D;
}
.BgClassName
{
background-color: #2A2F4D;
}
</style>
border-color css
<style>
span { border-color: #2A2F4D; }
span { border-color: rgb(42,47,77); }
td.TdClassName
{
border-color: #2A2F4D;
}
.TagClassName
{
border-color: #2A2F4D;
}
</style>