Shades of Lucky Point #2A3357
Tints of Lucky Point #2A3357
RGB
CMYK
RGB Variations
Color information
#2A3357 (or 0x2A3357) is known color: Lucky Point. HEX triplet: 2A, 33 and 57. RGB value is (42,51,87). Sum of RGB (Red+Green+Blue) = 42+51+87=180 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.33% from 180); Green value is 51 (20.31% from 255 or 28.33% from 180); Blue value is 87 (34.38% from 255 or 48.33% from 180); Max value from RGB is 87 - color contains mainly: blue. Hex color #2A3357 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A3357 is #D5CCA8. Grayscale: #343434. Windows color (decimal): -14011561 or 5714730. OLE color: 5714730.
HSL color Cylindrical-coordinate representation of color #2A3357: hue angle of 228º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2A3357 is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 42 | 51 | 87 | - |
| CMYK | 0.52 | 0.41 | 0 | 0.66 |
| HSL | 228º | 0.35% | 0.25% | - |
| HSV(B) | 228º | 0.52% | 0.34% | - |
| XYZ | 3.86 | 3.55 | 9.5 | - |
| YUV | 52.41 | 147.52 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 51 | 87 | 0.52 | 0.41 | 0 | 0.66 | 228 | 0.35 | 0.25 |
| Hex | 2A | 33 | 57 | 34 | 29 | 0 | 42 | E4 | 23 | 19 |
| Octal | 52 | 63 | 127 | 64 | 51 | 0 | 102 | 344 | 43 | 31 |
| Binary | 101010 | 110011 | 1010111 | 110100 | 101001 | 0 | 1000010 | 11100100 | 100011 | 11001 |
Color Harmonies of #2A3357
Complementary color
Monochromatic Colors of #2A3357
Black with #2A3357
Text Example
Text Example
White with #2A3357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3357; }
p { color: rgb(42,51,87); }
H1.HeaderClassName
{
color: #2A3357;
}
.AnyTagClassName
{
color: #2A3357;
}
</style>
background-color css
<style>
a { background-color: #2A3357; }
a { background-color: rgb(42,51,87); }
div.DivClassName
{
background-color: #2A3357;
}
.BgClassName
{
background-color: #2A3357;
}
</style>
border-color css
<style>
span { border-color: #2A3357; }
span { border-color: rgb(42,51,87); }
td.TdClassName
{
border-color: #2A3357;
}
.TagClassName
{
border-color: #2A3357;
}
</style>