Shades of Lucky Point #2A3353
Tints of Lucky Point #2A3353
RGB
CMYK
RGB Variations
Color information
#2A3353 (or 0x2A3353) is known color: Lucky Point. HEX triplet: 2A, 33 and 53. RGB value is (42,51,83). Sum of RGB (Red+Green+Blue) = 42+51+83=176 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.86% from 176); Green value is 51 (20.31% from 255 or 28.98% from 176); Blue value is 83 (32.81% from 255 or 47.16% from 176); Max value from RGB is 83 - color contains mainly: blue. Hex color #2A3353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A3353 is #D5CCAC. Grayscale: #333333. Windows color (decimal): -14011565 or 5452586. OLE color: 5452586.
HSL color Cylindrical-coordinate representation of color #2A3353: hue angle of 226.83º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2A3353 is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 42 | 51 | 83 | - |
| CMYK | 0.49 | 0.39 | 0 | 0.67 |
| HSL | 226.83º | 0.33% | 0.25% | - |
| HSV(B) | 226.83º | 0.49% | 0.33% | - |
| XYZ | 3.7 | 3.48 | 8.66 | - |
| YUV | 51.96 | 145.52 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 51 | 83 | 0.49 | 0.39 | 0 | 0.67 | 226.83 | 0.33 | 0.25 |
| Hex | 2A | 33 | 53 | 31 | 27 | 0 | 43 | E3 | 21 | 19 |
| Octal | 52 | 63 | 123 | 61 | 47 | 0 | 103 | 343 | 41 | 31 |
| Binary | 101010 | 110011 | 1010011 | 110001 | 100111 | 0 | 1000011 | 11100011 | 100001 | 11001 |
Color Harmonies of #2A3353
Complementary color
Monochromatic Colors of #2A3353
Black with #2A3353
Text Example
Text Example
White with #2A3353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3353; }
p { color: rgb(42,51,83); }
H1.HeaderClassName
{
color: #2A3353;
}
.AnyTagClassName
{
color: #2A3353;
}
</style>
background-color css
<style>
a { background-color: #2A3353; }
a { background-color: rgb(42,51,83); }
div.DivClassName
{
background-color: #2A3353;
}
.BgClassName
{
background-color: #2A3353;
}
</style>
border-color css
<style>
span { border-color: #2A3353; }
span { border-color: rgb(42,51,83); }
td.TdClassName
{
border-color: #2A3353;
}
.TagClassName
{
border-color: #2A3353;
}
</style>