Shades of Lucky Point #2A304B
Tints of Lucky Point #2A304B
RGB
CMYK
RGB Variations
Color information
#2A304B (or 0x2A304B) is known color: Lucky Point. HEX triplet: 2A, 30 and 4B. RGB value is (42,48,75). Sum of RGB (Red+Green+Blue) = 42+48+75=165 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.45% from 165); Green value is 48 (19.14% from 255 or 29.09% from 165); Blue value is 75 (29.69% from 255 or 45.45% from 165); Max value from RGB is 75 - color contains mainly: blue. Hex color #2A304B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A304B is #D5CFB4. Grayscale: #313131. Windows color (decimal): -14012341 or 4927530. OLE color: 4927530.
HSL color Cylindrical-coordinate representation of color #2A304B: hue angle of 229.09º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2A304B is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 42 | 48 | 75 | - |
| CMYK | 0.44 | 0.36 | 0 | 0.71 |
| HSL | 229.09º | 0.28% | 0.23% | - |
| HSV(B) | 229.09º | 0.44% | 0.29% | - |
| XYZ | 3.28 | 3.11 | 7.08 | - |
| YUV | 49.28 | 142.51 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 48 | 75 | 0.44 | 0.36 | 0 | 0.71 | 229.09 | 0.28 | 0.23 |
| Hex | 2A | 30 | 4B | 2C | 24 | 0 | 47 | E5 | 1C | 17 |
| Octal | 52 | 60 | 113 | 54 | 44 | 0 | 107 | 345 | 34 | 27 |
| Binary | 101010 | 110000 | 1001011 | 101100 | 100100 | 0 | 1000111 | 11100101 | 11100 | 10111 |
Color Harmonies of #2A304B
Complementary color
Monochromatic Colors of #2A304B
Black with #2A304B
Text Example
Text Example
White with #2A304B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A304B; }
p { color: rgb(42,48,75); }
H1.HeaderClassName
{
color: #2A304B;
}
.AnyTagClassName
{
color: #2A304B;
}
</style>
background-color css
<style>
a { background-color: #2A304B; }
a { background-color: rgb(42,48,75); }
div.DivClassName
{
background-color: #2A304B;
}
.BgClassName
{
background-color: #2A304B;
}
</style>
border-color css
<style>
span { border-color: #2A304B; }
span { border-color: rgb(42,48,75); }
td.TdClassName
{
border-color: #2A304B;
}
.TagClassName
{
border-color: #2A304B;
}
</style>