Shades of Lucky Point #2A2D48
Tints of Lucky Point #2A2D48
RGB
CMYK
RGB Variations
Color information
#2A2D48 (or 0x2A2D48) is known color: Lucky Point. HEX triplet: 2A, 2D and 48. RGB value is (42,45,72). Sum of RGB (Red+Green+Blue) = 42+45+72=159 (21% of max value = 765). Red value is 42 (16.80% from 255 or 26.42% from 159); Green value is 45 (17.97% from 255 or 28.30% from 159); Blue value is 72 (28.52% from 255 or 45.28% from 159); Max value from RGB is 72 - color contains mainly: blue. Hex color #2A2D48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2D48 is #D5D2B7. Grayscale: #2F2F2F. Windows color (decimal): -14013112 or 4730154. OLE color: 4730154.
HSL color Cylindrical-coordinate representation of color #2A2D48: hue angle of 234º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2A2D48 is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 42 | 45 | 72 | - |
| CMYK | 0.42 | 0.38 | 0 | 0.72 |
| HSL | 234º | 0.26% | 0.22% | - |
| HSV(B) | 234º | 0.42% | 0.28% | - |
| XYZ | 3.06 | 2.84 | 6.52 | - |
| YUV | 47.18 | 142.01 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 45 | 72 | 0.42 | 0.38 | 0 | 0.72 | 234 | 0.26 | 0.22 |
| Hex | 2A | 2D | 48 | 2A | 26 | 0 | 48 | EA | 1A | 16 |
| Octal | 52 | 55 | 110 | 52 | 46 | 0 | 110 | 352 | 32 | 26 |
| Binary | 101010 | 101101 | 1001000 | 101010 | 100110 | 0 | 1001000 | 11101010 | 11010 | 10110 |
Color Harmonies of #2A2D48
Complementary color
Monochromatic Colors of #2A2D48
Black with #2A2D48
Text Example
Text Example
White with #2A2D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2D48; }
p { color: rgb(42,45,72); }
H1.HeaderClassName
{
color: #2A2D48;
}
.AnyTagClassName
{
color: #2A2D48;
}
</style>
background-color css
<style>
a { background-color: #2A2D48; }
a { background-color: rgb(42,45,72); }
div.DivClassName
{
background-color: #2A2D48;
}
.BgClassName
{
background-color: #2A2D48;
}
</style>
border-color css
<style>
span { border-color: #2A2D48; }
span { border-color: rgb(42,45,72); }
td.TdClassName
{
border-color: #2A2D48;
}
.TagClassName
{
border-color: #2A2D48;
}
</style>