Shades of Lucky Point #2E3357
Tints of Lucky Point #2E3357
RGB
CMYK
RGB Variations
Color information
#2E3357 (or 0x2E3357) is known color: Lucky Point. HEX triplet: 2E, 33 and 57. RGB value is (46,51,87). Sum of RGB (Red+Green+Blue) = 46+51+87=184 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25% from 184); Green value is 51 (20.31% from 255 or 27.72% from 184); Blue value is 87 (34.38% from 255 or 47.28% from 184); Max value from RGB is 87 - color contains mainly: blue. Hex color #2E3357 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3357 is #D1CCA8. Grayscale: #353535. Windows color (decimal): -13749417 or 5714734. OLE color: 5714734.
HSL color Cylindrical-coordinate representation of color #2E3357: hue angle of 232.68º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2E3357 is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 46 | 51 | 87 | - |
| CMYK | 0.47 | 0.41 | 0 | 0.66 |
| HSL | 232.68º | 0.31% | 0.26% | - |
| HSV(B) | 232.68º | 0.47% | 0.34% | - |
| XYZ | 4.03 | 3.64 | 9.51 | - |
| YUV | 53.61 | 146.84 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 51 | 87 | 0.47 | 0.41 | 0 | 0.66 | 232.68 | 0.31 | 0.26 |
| Hex | 2E | 33 | 57 | 2F | 29 | 0 | 42 | E9 | 1F | 1A |
| Octal | 56 | 63 | 127 | 57 | 51 | 0 | 102 | 351 | 37 | 32 |
| Binary | 101110 | 110011 | 1010111 | 101111 | 101001 | 0 | 1000010 | 11101001 | 11111 | 11010 |
Color Harmonies of #2E3357
Complementary color
Monochromatic Colors of #2E3357
Black with #2E3357
Text Example
Text Example
White with #2E3357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3357; }
p { color: rgb(46,51,87); }
H1.HeaderClassName
{
color: #2E3357;
}
.AnyTagClassName
{
color: #2E3357;
}
</style>
background-color css
<style>
a { background-color: #2E3357; }
a { background-color: rgb(46,51,87); }
div.DivClassName
{
background-color: #2E3357;
}
.BgClassName
{
background-color: #2E3357;
}
</style>
border-color css
<style>
span { border-color: #2E3357; }
span { border-color: rgb(46,51,87); }
td.TdClassName
{
border-color: #2E3357;
}
.TagClassName
{
border-color: #2E3357;
}
</style>